From ca8cd38bdca72d1db4ba740481c48e3705b6ee63 Mon Sep 17 00:00:00 2001 From: John MacFarlane Date: Wed, 17 Jan 2018 09:22:35 -0800 Subject: Markdown reader: don't coalesce adjacent raw LaTeX blocks... if they are separated by a blank line. See lierdakil/pandoc-crossref#160 for motivation. --- test/command/adjacent_latex_blocks.md | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 test/command/adjacent_latex_blocks.md (limited to 'test/command') diff --git a/test/command/adjacent_latex_blocks.md b/test/command/adjacent_latex_blocks.md new file mode 100644 index 000000000..3e72f1d4f --- /dev/null +++ b/test/command/adjacent_latex_blocks.md @@ -0,0 +1,9 @@ +``` +% pandoc -f markdown -t native +\listoffigures + +\listoftables +^D +[RawBlock (Format "latex") "\\listoffigures" +,RawBlock (Format "latex") "\\listoftables"] +``` -- cgit v1.2.3