47566817c5
If a list has an empty item, this should not count against its being a tight list. Closes #5857.
118 B
118 B
% pandoc -f native -t markdown
[BulletList
[[Plain [Str "a"]]
,[]
,[Plain [Str "b"]]]]
^D
- a
-
- b