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