a58304e00e
depending on file extension of the image path
191 B
191 B
pandoc -f markdown-implicit_figures
![image]
[image]: http://example.com/image.jpg {height=35mm}
^D
<p><img src="http://example.com/image.jpg" style="height:35mm" alt="image" /></p>