pandoc/test/command/4193.md

11 lines
100 B
Markdown
Raw Normal View History

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