mirror of
https://github.com/jgm/pandoc.git
synced 2026-07-22 09:11:35 +00:00
217 B
217 B
% pandoc -f org -t rst
Before example block.
#+begin_example
This is in an example block.
#+end_example
After example block.
^D
Before example block.
::
This is in an example block.
After example block.