aboutsummaryrefslogtreecommitdiff
path: root/test/command/3773.md
diff options
context:
space:
mode:
authorJohn MacFarlane <jgm@berkeley.edu>2017-06-30 17:41:25 +0200
committerJohn MacFarlane <jgm@berkeley.edu>2017-06-30 17:41:25 +0200
commite574d50b1cec1a8aea58db70a2c88ad10f1c4cb2 (patch)
tree4dcfca7aea45fdf30fff4d292b2c5bd649bf5a94 /test/command/3773.md
parent5e00cf8086e0960e81c31f7cd981ace646623f09 (diff)
downloadpandoc-e574d50b1cec1a8aea58db70a2c88ad10f1c4cb2.tar.gz
Markdown writer: Ensure that `+` and `-` are escaped properly...
so they don't cause spurious lists. Previously they were only if succeeded by a space, not if they were at end of line. Closes #3773.
Diffstat (limited to 'test/command/3773.md')
-rw-r--r--test/command/3773.md14
1 files changed, 14 insertions, 0 deletions
diff --git a/test/command/3773.md b/test/command/3773.md
new file mode 100644
index 000000000..7ee8a3941
--- /dev/null
+++ b/test/command/3773.md
@@ -0,0 +1,14 @@
+```
+% pandoc -t markdown
+A. \#
+B. \+
+C. \*
+D. o
+E. o or \*
+^D
+A. \#
+B. \+
+C. \*
+D. o
+E. o or \*
+```