blob: 1d1a9b2c3da89a43fae305e6b23742a614c26b66 (
plain)
1
2
3
4
5
6
7
8
9
|
```
pandoc -f latex -t native
\newcommand{\mycolor}{red}
\includegraphics[width=17cm]{\mycolor /header}
Magnificent \mycolor{} header.
^D
[Para [Image ("",[],[("width","17cm")]) [Str "image"] ("red/header",""),SoftBreak,Str "Magnificent",Space,Str "red",Space,Str "header."]]
```
|