2017-10-31 19:58:43 +01:00
|
|
|
```
|
|
|
|
pandoc -f markdown-implicit_figures
|
|
|
|
![image]
|
|
|
|
|
|
|
|
[image]: http://example.com/image.jpg {height=35mm}
|
|
|
|
^D
|
2019-05-11 18:54:43 +02:00
|
|
|
<p><img src="http://example.com/image.jpg" style="height:35mm" alt="image" /></p>
|
2017-10-31 19:58:43 +01:00
|
|
|
```
|