aboutsummaryrefslogtreecommitdiff
path: root/test/command/3733.md
blob: 0b24d0c1b575549f83c66eba32f5ff2933b7a10e (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"
]
````