mirror of
https://github.com/jgm/pandoc.git
synced 2026-09-02 21:55:44 +00:00
8 lines
106 B
Markdown
8 lines
106 B
Markdown
```
|
|
% pandoc -f org -t native
|
|
=hi
|
|
there=
|
|
^D
|
|
[ Para [ Code ( "" , [ "verbatim" ] , [] ) "hi there" ] ]
|
|
```
|