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