summaryrefslogtreecommitdiff
path: root/test/command/3733.md
blob: b8a326938efe688cd229885875f42a23d967e06a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
````
% pandoc -t native
- Item1
- Item2
```yaml
some: code
```
^D
[BulletList
 [[Plain [Str "Item1"]]
 ,[Plain [Str "Item2"]]]
,CodeBlock ("",["yaml"],[]) "some: code"]
````