aboutsummaryrefslogtreecommitdiff
path: root/test/command/4012.md
blob: 602c23219ed939ac10247af9eec503f2379b1f54 (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>
```