Download and install the plugin using the Plugin Manager using the following URL. Refer to Plugins on how to install plugins manually.
If the page name ends with .md suffix, it gets automatically parsed using PHP Markdown Extra. To use that markup in other pages, the content must be embedded in a markdown block. For example:
<markdown> Header 1 ======== ~~~ some code ~~~ Paragraph Header 2 -------- - A - simple - list 1. And 2. numbered 3. list Quite intuitive? *emphasis*, **strong**, etc. </markdown>
For syntax, refer to http://michelf.com/projects/php-markdown/extra/
Feature requests:
.md suffix.Bugs:
Support:
[this is a link](?id=anotherpage.md)