From ee5fe9bf2c0617ddbad0e517f78e7fffe4e737df Mon Sep 17 00:00:00 2001 From: John MacFarlane Date: Sun, 24 Dec 2017 13:02:18 -0800 Subject: RST reader: allow empty list items (as docutils does). Closes #4193. --- test/command/4193.md | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 test/command/4193.md (limited to 'test/command') diff --git a/test/command/4193.md b/test/command/4193.md new file mode 100644 index 000000000..44c7d70cc --- /dev/null +++ b/test/command/4193.md @@ -0,0 +1,10 @@ +``` +% pandoc -f rst -t native +- + a +- b +^D +[BulletList + [[Plain [Str "a"]] + ,[Plain [Str "b"]]]] +``` -- cgit v1.2.3