mirror of
https://github.com/jgm/pandoc.git
synced 2026-09-01 13:15:51 +00:00
14 lines
195 B
Markdown
14 lines
195 B
Markdown
```
|
|
% pandoc -t native -f latex
|
|
a\@ b\@c
|
|
|
|
\makeatletter
|
|
a\@ b\@c
|
|
\makeatother
|
|
a\@ b\@c
|
|
^D
|
|
[ Para [ Str "a" , Space , Str "bc" ]
|
|
, Para [ Str "ab" , SoftBreak , Str "a" , Space , Str "bc" ]
|
|
]
|
|
```
|