aboutsummaryrefslogtreecommitdiff
path: root/test/command/4164.md
diff options
context:
space:
mode:
authorJohn MacFarlane <jgm@berkeley.edu>2021-12-03 17:52:47 -0800
committerJohn MacFarlane <jgm@berkeley.edu>2021-12-03 17:52:47 -0800
commit51f6f0e3a1533a0e1bb94538f55bdc9db380a028 (patch)
treef1b39e5e281ea327f4e18b4612fe4d94ea01b18c /test/command/4164.md
parent928c120806279579100c7327e92fae21b51a94b4 (diff)
downloadpandoc-51f6f0e3a1533a0e1bb94538f55bdc9db380a028.tar.gz
Improve Markdown writer escaping.
This fixes escaping for '#' in particular. Closes #7726.
Diffstat (limited to 'test/command/4164.md')
-rw-r--r--test/command/4164.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/command/4164.md b/test/command/4164.md
index 68cbd0584..4e7b7e285 100644
--- a/test/command/4164.md
+++ b/test/command/4164.md
@@ -26,6 +26,6 @@ Here is inline html:
Here is inline html:
-\<div> \<balise> bla bla \</div>
+\<div\> \<balise\> bla bla \</div\>
```