Pull plugin from newer repo

This commit is contained in:
Andy Williams 2017-10-10 22:19:50 +01:00
parent 8265721765
commit 698e9465a7
1 changed files with 6 additions and 4 deletions

View File

@ -15,7 +15,7 @@
##Download and Installation
Download and install the plugin using the Plugin Manager using the following URL. Refer to [[:Plugins]] on how to install plugins manually.
Download and install the plugin using the Plugin Manager using the URL https://github.com/ajwillia-ms/dokuwiki-plugin-markdownextra/tarball/master . Refer to [[:Plugins]] on how to install plugins manually.
@ -27,8 +27,10 @@ If the page name ends with ''.md'' suffix, it gets automatically parsed using PH
Header 1
========
~~~
some code
~~~ .c
int method() {
return 5;
}
~~~
Paragraph
@ -60,4 +62,4 @@ Front matter is a text block at the top of dokuwiki page with .md suffix. It beg
I love this markdown extra plugin, the best feature is .md suffix. And I love [tag plugin](https://www.dokuwiki.org/plugin:tag) too, but I can't use it with page with .md suffix as {{tag>tat1 tag2 tag3}} syntax will not work within <markdown></markdown>. So I added this front matter feature.
For syntax, refer to http://michelf.com/projects/php-markdown/extra/
For syntax, refer to http://michelf.com/projects/php-markdown/extra/