ether / ep_markdown

See edits as markdown in Etherpad
Apache License 2.0
67 stars 23 forks source link

Export Markdown to dokuwiki format #35

Open lan2net opened 4 years ago

lan2net commented 4 years ago

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

zzkt commented 2 years ago

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.