blob: 90cdcff6c76df168a48bc1d9ffb48091f03cd8bc (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
````
% pandoc -t native
- Item1
- Item2
```yaml
some: code
```
^D
[ BulletList
[ [ Plain [ Str "Item1" ] ], [ Plain [ Str "Item2" ] ] ]
, CodeBlock
( "", [ "yaml" ], [] ) "some: code"
]
````
|