``` % pandoc -f textile -t native # text text
blabla
# more ^D [ OrderedList ( 1, DefaultStyle, DefaultDelim ) [ [ Plain [ Str "text", Space, Str "text" ] , CodeBlock ( "", [], [] ) "blabla" ] , [ Plain [ Str "more" ] ] ] ] ```