1c71bd1ff5
Closes #5705.
11 lines
169 B
Markdown
11 lines
169 B
Markdown
```
|
|
% pandoc -f native -t markdown
|
|
[OrderedList (8,UpperRoman,Period)
|
|
[[Plain [Str "Blah"]
|
|
,BulletList
|
|
[[Plain [Str "Blah"]]]]]]
|
|
^D
|
|
VIII. Blah
|
|
- Blah
|
|
```
|
|
|