From 928681ca049e769bd32c195c6102db5506e7f6fa Mon Sep 17 00:00:00 2001 From: John MacFarlane Date: Mon, 3 Jun 2019 09:47:08 -0700 Subject: Avoid unwanted interpretation of def list term as other kind of block, e.g. ordered list item, in Markdown writer. Closes #554. --- test/command/5543.md | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 test/command/5543.md (limited to 'test') 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 +``` -- cgit v1.2.3