diff options
author | John MacFarlane <jgm@berkeley.edu> | 2021-04-05 23:29:22 -0700 |
---|---|---|
committer | John MacFarlane <jgm@berkeley.edu> | 2021-04-05 23:29:22 -0700 |
commit | 60974538b25657c9aa37e72cc66ca3957912ddec (patch) | |
tree | 9af2fde94cb294f947668ea724c1ae2386b962a6 /test/command/7208.md | |
parent | 21fed4a9c2c1c4bd2aedb619c3c76e0211b77a25 (diff) | |
download | pandoc-60974538b25657c9aa37e72cc66ca3957912ddec.tar.gz |
Commonmark writer: Use backslash escapes for `<` and `|`...
instead of entities. Closes #7208.
Diffstat (limited to 'test/command/7208.md')
-rw-r--r-- | test/command/7208.md | 6 |
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\> +``` |