From 59529e408b87274fb8e0375fa198a6636cb67a11 Mon Sep 17 00:00:00 2001 From: John MacFarlane Date: Mon, 10 Jun 2019 14:47:04 -0700 Subject: Asciidoc writer: use doubled ## when necessary for spans. Closes #5566. --- test/command/5566.md | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 test/command/5566.md (limited to 'test') 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 +foo foo foo foo +^D +fo[.c]##o## f[.c]##o##o [.c]##f##oo [.c]#foo# +``` -- cgit v1.2.3