pandoc/test/command/4012.md

9 lines
191 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" alt="image" style="height:35mm" /></p>
```