aboutsummaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
authorJohn MacFarlane <jgm@berkeley.edu>2021-04-05 23:29:22 -0700
committerJohn MacFarlane <jgm@berkeley.edu>2021-04-05 23:29:22 -0700
commit60974538b25657c9aa37e72cc66ca3957912ddec (patch)
tree9af2fde94cb294f947668ea724c1ae2386b962a6 /test
parent21fed4a9c2c1c4bd2aedb619c3c76e0211b77a25 (diff)
downloadpandoc-60974538b25657c9aa37e72cc66ca3957912ddec.tar.gz
Commonmark writer: Use backslash escapes for `<` and `|`...
instead of entities. Closes #7208.
Diffstat (limited to 'test')
-rw-r--r--test/command/7208.md6
1 files changed, 6 insertions, 0 deletions
diff --git a/test/command/7208.md b/test/command/7208.md
new file mode 100644
index 000000000..e65943ade
--- /dev/null
+++ b/test/command/7208.md
@@ -0,0 +1,6 @@
+```
+% pandoc -t gfm
+\<hi\>
+^D
+\<hi\>
+```