summaryrefslogtreecommitdiff
path: root/test/command/4159.md
blob: 4881edcc5c5ba8aa213d711ac8ac973b5d66e5ae (plain)
1
2
3
4
5
6
7
8
```
% pandoc -f markdown -t native
\newcommand{\gen}{a\ Gen\ b}
abc
^D
[RawBlock (Format "latex") "\\newcommand{\\gen}{a\\ Gen\\ b}"
,Para [Str "abc"]]
```