Markup

Mardown

Markdown has been added using this cookbook: https://www.pmwiki.org/wiki/Cookbook/MarkdownMarkupExtension

To install, you add this like to /var/www/htdocs/wiki.ircnow.org/local/config.php

include_once("$FarmD/cookbook/markdownpmw.php");

To enable it on a page, wrap the block containing markdown in these tages:

(:markdown:)

 Test
 ====

(:markdownend:)