aboutsummaryrefslogtreecommitdiff
path: root/test/command/3558.md
blob: c9c782c16ad7295853808f5b6805c3a5273407b0 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
```
% pandoc -t native
\multi

hello

\endmulti
^D
[ RawBlock (Format "tex") "\\multi"
, Para [ Str "hello" ]
, RawBlock (Format "tex") "\\endmulti"
]
```