From 5ab1162def4e6379c84e3363d917252155d9239a Mon Sep 17 00:00:00 2001 From: John MacFarlane Date: Fri, 18 Aug 2017 21:46:55 -0700 Subject: Markdown reader: fixed parsing of fenced code after list... ...when there is no intervening blank line. Closes #3733. --- test/command/3733.md | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 test/command/3733.md (limited to 'test/command') diff --git a/test/command/3733.md b/test/command/3733.md new file mode 100644 index 000000000..b8a326938 --- /dev/null +++ b/test/command/3733.md @@ -0,0 +1,13 @@ +```` +% pandoc -t native +- Item1 +- Item2 +```yaml +some: code +``` +^D +[BulletList + [[Plain [Str "Item1"]] + ,[Plain [Str "Item2"]]] +,CodeBlock ("",["yaml"],[]) "some: code"] +```` -- cgit v1.2.3