diff options
Diffstat (limited to 'test/command')
| -rw-r--r-- | test/command/8777.md | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/test/command/8777.md b/test/command/8777.md new file mode 100644 index 000000000..56f5db07c --- /dev/null +++ b/test/command/8777.md @@ -0,0 +1,8 @@ +# Backslash escapes in markdown_strict + +``` +% pandoc --from=markdown_strict -t html +These are not escaped: \~ \" +^D +<p>These are not escaped: \~ \"</p> +``` |
