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