mirror of
https://github.com/jgm/pandoc.git
synced 2026-07-11 20:07:22 +00:00
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