RST reader: allow empty list items (as docutils does).

Closes #4193.
This commit is contained in:
John MacFarlane
2017-12-24 13:02:18 -08:00
parent bb5f4c9b22
commit ee5fe9bf2c
2 changed files with 12 additions and 2 deletions
+10
View File
@@ -0,0 +1,10 @@
```
% pandoc -f rst -t native
-
a
- b
^D
[BulletList
[[Plain [Str "a"]]
,[Plain [Str "b"]]]]
```