aboutsummaryrefslogtreecommitdiff
path: root/test/command/adjacent_latex_blocks.md
blob: 4483d6e3f51c32ccae6780a6627965966f995c90 (plain)
1
2
3
4
5
6
7
8
9
10
```
% pandoc -f markdown -t native
\listoffigures

\listoftables
^D
[ RawBlock (Format "tex") "\\listoffigures"
, RawBlock (Format "tex") "\\listoftables"
]
```