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
Description
The Markdown to Dokuwiki converts the wrong syntax highlighting code.
Given a markdown input like this.
```c printf("hello world");```
The dokuwiki output should be this
<code c> printf("hello world");</code>
but Pandoc converts the given input to this
<source lang="c"> printf("hello world");</source>
I usedbash version 3.2.57(1)-release (x86_64-apple-darwin14)
while executing this command
pandoc bug_report.md -o bug_report.txt -t dokuwiki
I use this Pandoc installation
pandoc 1.14.0.1Compiled with texmath 0.8.2, highlighting-kate 0.6.
My DokuWiki installation is up to date.
I am relatively new to DokuWiki, as well as to Pandoc, so maybe I am missing an option, but DokuWiki doesn't understand the Pandoc generated code and displays it like this
Metadata
Metadata
Assignees
Labels
No labels