mirror of
https://github.com/jgm/pandoc.git
synced 2026-07-12 20:37:13 +00:00
f72548a7c2
Also some other elements that allow title: blockquote, calloutlist, etc. Closes #10594.
584 B
584 B
% pandoc -f docbook -t native
<orderedlist numeration="loweralpha">
<title>header inside listing</title> // not rendered in any output format!
<listitem>
<simpara>first step</simpara>
</listitem>
</orderedlist>
^D
[ Div
( "" , [] , [] )
[ Div
( "" , [ "title" ] , [] )
[ Plain
[ Str "header"
, Space
, Str "inside"
, Space
, Str "listing"
]
]
, OrderedList
( 1 , LowerAlpha , DefaultDelim )
[ [ Para [ Str "first" , Space , Str "step" ] ] ]
]
]