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