-
-
Notifications
You must be signed in to change notification settings - Fork 3.8k
Closed
Description
Example blocks in Org mode should export as :: blocks in RST.
Pandoc version
pandoc 2.2.1
Command
pandoc input.org -o output.rst
Org Snippet
Before example block.
#+begin_example
This is in an example block.
#+end_example
After example block.
Actual (incorrect) RST output
Before example block.
.. code:: example
This is in an example block.
After example block.Expected RST output
Before example block.
::
This is in an example block.
After example block.Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels