mirror of
https://github.com/jgm/pandoc.git
synced 2026-08-24 17:26:32 +00:00
174 B
174 B
% pandoc -t native
- Item1
- Item2
```yaml
some: code
```
^D
[BulletList
[[Plain [Str "Item1"]]
,[Plain [Str "Item2"]]]
,CodeBlock ("",["yaml"],[]) "some: code"]