diff options
| author | John MacFarlane <jgm@berkeley.edu> | 2018-01-17 09:22:35 -0800 |
|---|---|---|
| committer | John MacFarlane <jgm@berkeley.edu> | 2018-01-17 09:22:35 -0800 |
| commit | ca8cd38bdca72d1db4ba740481c48e3705b6ee63 (patch) | |
| tree | c2ce07f9d7c1f869f33f34a647eef20401301b24 /test/command | |
| parent | fcbec16e573e6f6bcab2775f48a3ad0a2e1a540f (diff) | |
| download | pandoc-ca8cd38bdca72d1db4ba740481c48e3705b6ee63.tar.gz | |
Markdown reader: don't coalesce adjacent raw LaTeX blocks...
if they are separated by a blank line.
See lierdakil/pandoc-crossref#160 for motivation.
Diffstat (limited to 'test/command')
| -rw-r--r-- | test/command/adjacent_latex_blocks.md | 9 |
1 files changed, 9 insertions, 0 deletions
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"] +``` |
