aboutsummaryrefslogtreecommitdiff
path: root/test/command/10781.md
diff options
context:
space:
mode:
Diffstat (limited to 'test/command/10781.md')
-rw-r--r--test/command/10781.md8
1 files changed, 8 insertions, 0 deletions
diff --git a/test/command/10781.md b/test/command/10781.md
new file mode 100644
index 000000000..71860afd2
--- /dev/null
+++ b/test/command/10781.md
@@ -0,0 +1,8 @@
+```
+% pandoc -f latex -t markdown --wrap=preserve
+This is \texttt{--flag} with dashes.
+This is the same --flag without a code.
+^D
+This is `--flag` with dashes.
+This is the same --flag without a code.
+```