Improve markdown escaping in list items.

Closes #5918.
This commit is contained in:
John MacFarlane
2019-11-19 22:33:14 -08:00
parent 0267c1f6f3
commit c1b51b1282
2 changed files with 31 additions and 27 deletions
+6
View File
@@ -0,0 +1,6 @@
```
% pandoc -t markdown -f latex
1. \textsc{excessive}
^D
1\. [excessive]{.smallcaps}
```