4177ee8626
Closes #3916.
11 lines
219 B
Markdown
11 lines
219 B
Markdown
```
|
|
% 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"]]]]
|
|
```
|