mirror of
https://github.com/jgm/pandoc.git
synced 2026-09-13 02:55:55 +00:00
12 lines
169 B
Markdown
12 lines
169 B
Markdown
```
|
|
% pandoc -f native -t markdown
|
|
[OrderedList (8,UpperRoman,Period)
|
|
[[Plain [Str "Blah"]
|
|
,BulletList
|
|
[[Plain [Str "Blah"]]]]]]
|
|
^D
|
|
VIII. Blah
|
|
- Blah
|
|
```
|
|
|