pandoc/test/command/4012.md

10 lines
193 B
Markdown
Raw Normal View History

```
% 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>
```