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