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