aboutsummaryrefslogtreecommitdiff
path: root/test/command/5543.md
diff options
context:
space:
mode:
authorJohn MacFarlane <jgm@berkeley.edu>2019-06-03 09:47:08 -0700
committerJohn MacFarlane <jgm@berkeley.edu>2019-06-03 09:51:19 -0700
commit928681ca049e769bd32c195c6102db5506e7f6fa (patch)
tree87ea484f7779dd52431bfbc9eb65ca7faeab52c5 /test/command/5543.md
parent7db3d9ab04cfa9b2d4c4f11112acfde15577958f (diff)
downloadpandoc-928681ca049e769bd32c195c6102db5506e7f6fa.tar.gz
Avoid unwanted interpretation of def list term as other kind of block,
e.g. ordered list item, in Markdown writer. Closes #554.
Diffstat (limited to 'test/command/5543.md')
-rw-r--r--test/command/5543.md8
1 files changed, 8 insertions, 0 deletions
diff --git a/test/command/5543.md b/test/command/5543.md
new file mode 100644
index 000000000..6cae49e66
--- /dev/null
+++ b/test/command/5543.md
@@ -0,0 +1,8 @@
+```
+% pandoc -t markdown
+1\. item
+: description
+^D
+1\. item
+: description
+```