pandoc/test/command/5857.md
John MacFarlane 47566817c5 Shared: improve isTight.
If a list has an empty item, this should not count against
its being a tight list.

Closes #5857.
2019-10-28 21:14:01 -07:00

11 lines
118 B
Markdown

```
% pandoc -f native -t markdown
[BulletList
[[Plain [Str "a"]]
,[]
,[Plain [Str "b"]]]]
^D
- a
-
- b
```