2017-10-31 11:58:43 -07:00
|
|
|
```
|
2021-09-21 10:16:45 -07:00
|
|
|
% pandoc -f markdown-implicit_figures
|
2017-10-31 11:58:43 -07:00
|
|
|
![image]
|
|
|
|
|
|
|
|
[image]: http://example.com/image.jpg {height=35mm}
|
|
|
|
^D
|
2021-12-20 13:44:03 -08:00
|
|
|
<p><img src="http://example.com/image.jpg" style="height:35mm"
|
|
|
|
alt="image" /></p>
|
2017-10-31 11:58:43 -07:00
|
|
|
```
|