pandoc/test/command/adjacent_latex_blocks.md
John MacFarlane ca8cd38bdc Markdown reader: don't coalesce adjacent raw LaTeX blocks...
if they are separated by a blank line.

See lierdakil/pandoc-crossref#160 for motivation.
2018-01-17 09:22:35 -08:00

9 lines
162 B
Markdown

```
% pandoc -f markdown -t native
\listoffigures
\listoftables
^D
[RawBlock (Format "latex") "\\listoffigures"
,RawBlock (Format "latex") "\\listoftables"]
```