From 965de61edbd41b4bebea76c557afc99199cf08eb Mon Sep 17 00:00:00 2001 From: John MacFarlane Date: Sun, 23 Jun 2024 14:33:58 -0700 Subject: Markdown writer: fix bug with block quotes in lists. Closes #9908. --- test/command/9908.md | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 test/command/9908.md (limited to 'test/command') diff --git a/test/command/9908.md b/test/command/9908.md new file mode 100644 index 000000000..9954298e0 --- /dev/null +++ b/test/command/9908.md @@ -0,0 +1,10 @@ +``` +% pandoc -f native -t markdown +[ BulletList + [ [ BlockQuote [ Para [ Str "a" ] , Para [ Str "b" ] ] ] ] +] +^D +- > a + > + > b +``` -- cgit v1.2.3