mirror of
https://github.com/jgm/pandoc.git
synced 2026-07-11 11:57:16 +00:00
016e0a09e2
This fixes conversions from org with example blocks. Closes #4748.
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.