aboutsummaryrefslogtreecommitdiff
path: root/test/command/4012.md
blob: 26e971d4ee6ca21248611b94b4be64acfe5853bd (plain)
1
2
3
4
5
6
7
8
9
```
% 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>
```