aboutsummaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
authorJohn MacFarlane <jgm@berkeley.edu>2019-11-19 22:32:34 -0800
committerJohn MacFarlane <jgm@berkeley.edu>2019-11-19 22:33:14 -0800
commitc1b51b12828170a19e3513c84500a1cfd9d2eee5 (patch)
tree47659ed4302bd9425da463bd724e7cd6ce086147 /test
parent0267c1f6f3b7548d40e237bd1fa39ca9382f1f2b (diff)
downloadpandoc-c1b51b12828170a19e3513c84500a1cfd9d2eee5.tar.gz
Improve markdown escaping in list items.
Closes #5918.
Diffstat (limited to 'test')
-rw-r--r--test/command/5918.md6
1 files changed, 6 insertions, 0 deletions
diff --git a/test/command/5918.md b/test/command/5918.md
new file mode 100644
index 000000000..0d8824503
--- /dev/null
+++ b/test/command/5918.md
@@ -0,0 +1,6 @@
+```
+% pandoc -t markdown -f latex
+1. \textsc{excessive}
+^D
+1\. [excessive]{.smallcaps}
+```