summaryrefslogtreecommitdiff
path: root/test/command/adjacent_latex_blocks.md
diff options
context:
space:
mode:
Diffstat (limited to 'test/command/adjacent_latex_blocks.md')
-rw-r--r--test/command/adjacent_latex_blocks.md9
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"]
+```