a58304e00e
depending on file extension of the image path
8 lines
191 B
Markdown
8 lines
191 B
Markdown
```
|
|
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>
|
|
```
|