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

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