12 lines
219 B
Markdown
12 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"]]]]
|
||
|
```
|