ep_markdown icon indicating copy to clipboard operation
ep_markdown copied to clipboard

Export Markdown to dokuwiki format

Open lan2net opened this issue 4 years ago • 1 comments

Hello, I really like this module for markdown exports. The current markdown exports well but in the following format:

H1

exportMarkdown.js.zip

(# H1)

H2 (## H2)

H3 (### H3)

H4 (#### H4)

...

My question is: How to modify the php file (exportMarkdown.js) to have the export markdown in Dokuwiki format for example: = H1 = == H2 == === H3 === ==== H4 ==== ...

Thank you for your reply

lan2net avatar Jul 15 '20 10:07 lan2net

You can use an external tool like pandoc to convert between markup styles (try it online here). If you don't want to use pandoc then the ep_mediawiki plugin might be a better starting point.

zzkt avatar Oct 12 '21 11:10 zzkt