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