We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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!
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Hi! Just testing with Osmosis but it seems it doesnt support FIGURE nor FIGCAPTION tag elements.
Example code:
It seems libxmljs doesnt support that tags. Is there any workaround for handling them?
thank you!
The text was updated successfully, but these errors were encountered: