dokuwiki-plugin-markdownextra
dokuwiki-plugin-markdownextra copied to clipboard
Parses PHP Markdown Extra blocks for dokuwiki with backlinks, header parser, toc support
Updated the release date to match the date on the official DokuWiki plugin page of this plugin (https://www.dokuwiki.org/plugin:markdownextra). This fixes #21.
The `plugin.info.txt` still lists a last updated date of `2013-01-14`, while the dokuwiki page mentions `2016-02-02`. This causes the updater to always show the "Update Available" message.
indexer.php(for search index) of dokuwiki and 'show' operation enter in a race condition. if the excluded indexer.php generates cache first, .md page will result in wrong rendered xhtml
Presented as a functional possibility. This was my 5mins work, and is working, but surely needs cleanup and/or refactoring to fit general plugin style.
In response to a question on https://www.dokuwiki.org/plugin:markdownextra, I had a crack at integrating GeSHi syntax highlighting. Inside `function _doFencedCodeBlocks_callback($matches)` in `markdown.php`, I've removed ``` $codeblock = "$codeblock"; ``` and replaced...
Hi, dokuwiki-newbie here. I have a new dokuwiki installation where I added this plugin. I then create a link to a markdown page by writing ``` [[computer:gitconfig.md]] ``` Now, I...
For markdown file, it would be really useful to have a sort of tag to tell the markdown parser to ignore this part which need to be processed by dokuwiki...
Hi there, I'd like to change the markdown style in my dokuwiki from meltdown to github-markdown-css (https://github.com/sindresorhus/github-markdown-css). Could you tell me how to install this style or open to possibility...
Hi there! I installed this plugin in my dokuwiki-page and it basically works (nice formatting etc.), I just can't use "Special Attributes" (http://michelf.ca/projects/php-markdown/extra/#spe-attr) – like setting the id of a...