2017-05-25 22:48:27 +02:00
|
|
|
```
|
|
|
|
% pandoc -fmarkdown-implicit_figures
|
|
|
|
![image](lalune.jpg){height=2em}
|
|
|
|
^D
|
|
|
|
<p><img src="lalune.jpg" alt="image" style="height:2em" /></p>
|
|
|
|
```
|
|
|
|
```
|
|
|
|
% pandoc -fmarkdown-implicit_figures -t latex
|
|
|
|
![image](lalune.jpg){height=2em}
|
|
|
|
^D
|
2017-12-01 01:02:59 +01:00
|
|
|
\includegraphics[height=2em,keepaspectratio]{lalune.jpg}
|
2017-05-25 22:48:27 +02:00
|
|
|
```
|