ajwillia-ms pushed a commit to branch master. http://git.enlightenment.org/website/www.git/commit/?id=698e9465a71645f2b286e8c5d7d0e2462d59dfb5
commit 698e9465a71645f2b286e8c5d7d0e2462d59dfb5 Author: Andy Williams <[email protected]> Date: Tue Oct 10 22:19:50 2017 +0100 Pull plugin from newer repo --- public_html/lib/plugins/markdownextra/README.md | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/public_html/lib/plugins/markdownextra/README.md b/public_html/lib/plugins/markdownextra/README.md index 3346dde8..dadba63e 100644 --- a/public_html/lib/plugins/markdownextra/README.md +++ b/public_html/lib/plugins/markdownextra/README.md @@ -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/ \ No newline at end of file +For syntax, refer to http://michelf.com/projects/php-markdown/extra/ --
