mirror of
https://github.com/jgm/pandoc.git
synced 2026-09-03 06:05:45 +00:00
17 lines
316 B
Markdown
17 lines
316 B
Markdown
```
|
|
% pandoc -f docbook -t native
|
|
<orderedlist numeration="arabic" startingnumber="4">
|
|
<listitem>
|
|
<simpara>Para1</simpara>
|
|
</listitem>
|
|
<listitem>
|
|
<simpara>Para2</simpara>
|
|
</listitem>
|
|
</orderedlist>
|
|
^D
|
|
[ OrderedList
|
|
( 4 , Decimal , DefaultDelim )
|
|
[ [ Para [ Str "Para1" ] ] , [ Para [ Str "Para2" ] ] ]
|
|
]
|
|
```
|