-
-
Notifications
You must be signed in to change notification settings - Fork 3.5k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Convert dokuwiki with inline code #5916
Comments
The bug is in the monospace reader, |
The problem is, DokuWiki allows markup like
It is bold inside monospace. The problem is even documented in the DokuWiki writer code. I'll need to write a function that converts |
In one of the readers (HTML?) we have some code that handles cases like this by splitting, so you'd get
|
Hello,
I use pandoc version 2.7.3.
There is a weird behaviour when dealing with inline code in dokuwiki format, when we use '%%' to prevent further interpretion.
For example :
inline code
%%inline code%%
In the end you have some extra "%%".
The same problem occurs with this example :
You have extra "%%" that are displayed in the HTML page.
See there for another example : https://groups.google.com/forum/#!topic/pandoc-discuss/rClN82ofG9o
The text was updated successfully, but these errors were encountered: