blob: 9e32692d615e8e89784805453d2c2c16a13514b0 (
plain)
1
2
3
4
5
6
7
8
|
```
% 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>
```
|