aboutsummaryrefslogtreecommitdiff
path: root/test/command/3916.md
blob: 9ac0834d761248a16432c6c94b30ea7db7198ef2 (plain)
1
2
3
4
5
6
7
8
9
10
11
```
% 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"]]]]
```