typora-issues
typora-issues copied to clipboard
Exporting img to docx if wrapped in <figure> tag fails
Issue
If I export to docx with pandoc and images are wrapped in the <figure> tag i.e. <figure><img src="…"></figure> images are not exported. Works fine if I remove the <figure> tag
I'm using the extra argument: --extract-media=DIR
Desktop:
- OS: Pop!_OS
Typora Version 1.9.3
Pandoc 3.1.1
Is there a way to tell Typora/Pandoc to fetch the image and export it to the designated dir.