aboutsummaryrefslogtreecommitdiff
path: root/test/command/5285.md
blob: 78081276165786aa35689ef87e69d9c58348ea3c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
```
% pandoc -t native
- a

  b
- a

- b
^D
[BulletList
 [[Para [Str "a"]
  ,Para [Str "b"]]
 ,[Para [Str "a"]]
 ,[Para [Str "b"]]]]
```