|
From: Agathe P. <mic...@mi...> - 2022-04-27 12:03:32
|
Dear Docutils maintainers, I am using docutils 0.18.1. When feeding the following input to docutils via pelican [0] : .. image:: /blog/2022/04/27/exporting-mov-and-mp4-animations-from-gimp/out.mp4 :alt: test I get the following HTML output: <img alt="test" src="/blog/2022/04/27/exporting-mov-and-mp4-animations-from-gimp/out.mp4"> However, according to the documentation [1], this should export a <video> tag instead of a <img> tag given that the file extension is ".mp4". [0] https://blog.getpelican.com/ [1] https://docutils.sourceforge.io/docs/ref/rst/directives.html#footnote-1 Please keep me in Cc, I am not subscribed to this list. Best regards, Agata. |