summaryrefslogtreecommitdiff
path: root/test/command/3558.md
diff options
context:
space:
mode:
Diffstat (limited to 'test/command/3558.md')
-rw-r--r--test/command/3558.md12
1 files changed, 12 insertions, 0 deletions
diff --git a/test/command/3558.md b/test/command/3558.md
new file mode 100644
index 000000000..795858b78
--- /dev/null
+++ b/test/command/3558.md
@@ -0,0 +1,12 @@
+```
+% pandoc -t native
+\multi
+
+hello
+
+\endmulti
+^D
+[RawBlock (Format "latex") "\\multi"
+,Para [Str "hello"]
+,RawBlock (Format "latex") "\\endmulti"]
+```