Uh oh!
There was an error while loading.Please reload this page.
- Notifications
You must be signed in to change notification settings - Fork3.6k
Closed
Labels
Description
When exporting org-mode with anR source code block, the output for for dokuwiki should be<code rsplus>
but instead it's empty, this does however work for other languages. This should be changed to include the correct language.
Here's a minimum working example:
#+begin_src pythonprint(3)#+end_src#+begin_src Rprint(3)#+end_src
Then runningpandoc -f org -t dokuwiki
the output given is this:
<code python>print(3)</code><code>print(3)</code>
It would be better if the output was:
<code python>print(3)</code><code rsplus>print(3)</code>
Pandoc Version
pandoc 2.11Compiled with pandoc-types 1.22, texmath 0.12.0.3, skylighting 0.10Default user data directory: /home/ryan/.local/share/pandoc or /home/ryan/.pandocCopyright (C) 2006-2020 John MacFarlaneWeb: https://pandoc.orgThis is free software; see the source for copying conditions.There is no warranty, not even for merchantability or fitnessfor a particular purpose.