``` % pandoc -f docbook -t native header inside listing // not rendered in any output format! first step ^D [ Div ( "" , [] , [] ) [ Div ( "" , [ "title" ] , [] ) [ Plain [ Str "header" , Space , Str "inside" , Space , Str "listing" ] ] , OrderedList ( 1 , LowerAlpha , DefaultDelim ) [ [ Para [ Str "first" , Space , Str "step" ] ] ] ] ] ```