mirror of
https://github.com/jgm/pandoc.git
synced 2026-08-29 01:41:20 +08:00
5ab1162def
...when there is no intervening blank line. Closes #3733.
174 B
174 B
% pandoc -t native
- Item1
- Item2
```yaml
some: code
```
^D
[BulletList
[[Plain [Str "Item1"]]
,[Plain [Str "Item2"]]]
,CodeBlock ("",["yaml"],[]) "some: code"]