Show markdown block as a DokuWiki content

Compatible with DokuWiki
Similar to commonmark, markdowku, markdownextra
This plugin is abandoned! New maintainers welcome.
Install the plugin using the Plugin Manager and the download URL above, which points to latest version of the plugin. Refer to Plugins on how to install plugins manually.
A simple block:
<markdown> # Header simple paragraph: *emph* **strong** `mono`. > quote [link](https://www.dokuwiki.org) </markdown>
| name | description |
|---|---|
| flavor | Markdown Flavor |
| markdown_default | You can use plain Markdown to write all pages without any special words by this option. |
Basic syntax:
<markdown>some markdown text</markdown>
This plugin supports three flavors:
This plugin supports internal links:
<markdown> [internal link](:start) [interwiki link](doku>plugin:mdpage)  </markdown>
If you enable markdown_default, you often use Markdown syntax without any tags.
However, need a tag if you want to use DokuWiki syntax in Markdown as follows:
<!DOCTYPE markdown> # Header any Markdown contents: **Bold Text**, `Inline Code` <script type="text/x-dokuwiki"> any DokuWiki content: **Bold Text**, <del>Strike-through Text</del>, ''Inline Code'' </script> any Markdown contents: **Bold Text**, `Inline Code`
See README on GitHub
Full releases: https://github.com/mizunashi-mana/dokuwiki-plugin-mdpage/releases
When you find a bug or want any features and it is not appeared on this section, please make a new issue.