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
I asked this in discussion #10417 but there was no response, so I'm creating an issue.
I think this is a bug in commonmark_x+implicit_figures (the caption is empty, so it should be an image, not a figure?).
commonmark_x+implicit_figures
% pandoc -v pandoc 3.5
% pandoc -f markdown <<<'![](Cat.png)' <p><img src="Cat.png" /></p>
% pandoc -f commonmark_x+implicit_figures <<<'![](Cat.png)' <figure> <img src="Cat.png" /> <figcaption aria-hidden="true"></figcaption> </figure>
The text was updated successfully, but these errors were encountered:
561e1de
No branches or pull requests
I asked this in discussion #10417 but there was no response, so I'm creating an issue.
I think this is a bug in
commonmark_x+implicit_figures
(the caption is empty, so it should be an image, not a figure?).The text was updated successfully, but these errors were encountered: