Skip to content
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

Export Markdown to dokuwiki format #35

Open
lan2net opened this issue Jul 15, 2020 · 1 comment
Open

Export Markdown to dokuwiki format #35

lan2net opened this issue Jul 15, 2020 · 1 comment

Comments

@lan2net
Copy link

lan2net commented Jul 15, 2020

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
Copy link

zzkt commented Oct 12, 2021

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants