aboutsummaryrefslogtreecommitdiff
path: root/test/command/5857.md
blob: 31320cd1243ad4930d5b689646340e504a95e7fa (plain)
1
2
3
4
5
6
7
8
9
10
11
```
% pandoc -f native -t markdown
[BulletList
 [[Plain [Str "a"]]
 ,[]
 ,[Plain [Str "b"]]]]
^D
-   a
-   
-   b
```