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