pandoc/test/command/3916.md

16 lines
273 B
Markdown
Raw Normal View History

```
% 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" ] ]
]
]
```