Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

figure and figcaption not supported #240

Open
mtabasco opened this issue Jun 3, 2019 · 0 comments
Open

figure and figcaption not supported #240

mtabasco opened this issue Jun 3, 2019 · 0 comments

Comments

@mtabasco
Copy link

mtabasco commented Jun 3, 2019

Hi! Just testing with Osmosis but it seems it doesnt support FIGURE nor FIGCAPTION tag elements.
Example code:

<p class="md-block-unstyled">caption1</p>
  	<figure class="md-block-image">
      <img src="https://github.githubassets.com/images/modules/logos_page/GitHub-Mark.png" alt="" />
      <figcaption class="md-block-image-caption">Github</figcaption></figure>
<p class="md-block-unstyled">
 	 <br/>
  	</p>

It seems libxmljs doesnt support that tags. Is there any workaround for handling them?

thank you!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant