aboutsummaryrefslogtreecommitdiff
path: root/test/command/5566.md
diff options
context:
space:
mode:
authorJohn MacFarlane <jgm@berkeley.edu>2019-06-10 14:47:04 -0700
committerJohn MacFarlane <jgm@berkeley.edu>2019-06-10 14:47:04 -0700
commit59529e408b87274fb8e0375fa198a6636cb67a11 (patch)
tree3c5e092d258b75932710ed90a5cc451e8df3f6ab /test/command/5566.md
parent2e12106a901cf2574a7ef50975e71be13d02fca9 (diff)
downloadpandoc-59529e408b87274fb8e0375fa198a6636cb67a11.tar.gz
Asciidoc writer: use doubled ## when necessary for spans.
Closes #5566.
Diffstat (limited to 'test/command/5566.md')
-rw-r--r--test/command/5566.md6
1 files changed, 6 insertions, 0 deletions
diff --git a/test/command/5566.md b/test/command/5566.md
new file mode 100644
index 000000000..356a5468a
--- /dev/null
+++ b/test/command/5566.md
@@ -0,0 +1,6 @@
+```
+% pandoc -t asciidoc -f html
+fo<span class="c">o</span> f<span class="c">o</span>o <span class="c">f</span>oo <span class="c">foo</span>
+^D
+fo[.c]##o## f[.c]##o##o [.c]##f##oo [.c]#foo#
+```