summaryrefslogtreecommitdiff
path: root/test/command/write18.md
diff options
context:
space:
mode:
Diffstat (limited to 'test/command/write18.md')
-rw-r--r--test/command/write18.md14
1 files changed, 14 insertions, 0 deletions
diff --git a/test/command/write18.md b/test/command/write18.md
new file mode 100644
index 000000000..344dfc8cf
--- /dev/null
+++ b/test/command/write18.md
@@ -0,0 +1,14 @@
+Handle \write18{..} as raw tex:
+```
+% pandoc -t native
+\write18{git --version}
+^D
+[RawBlock (Format "latex") "\\write18{git --version}"]
+```
+
+```
+% pandoc -f latex+raw_tex -t native
+\write18{git --version}
+^D
+[RawBlock (Format "latex") "\\write18{git --version}"]
+```