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