X-Git-Url: http://git.vanrenterghem.biz/git.ikiwiki.info.git/blobdiff_plain/49e86d2562dafdfcff4d3ba0d75f80ff0d734b95..dd1fa13bce872141442ff134610e4b9175605a4e:/IkiWiki/Plugin/mdwn.pm diff --git a/IkiWiki/Plugin/mdwn.pm b/IkiWiki/Plugin/mdwn.pm index 59cb93bc4..6c1d2ef3c 100644 --- a/IkiWiki/Plugin/mdwn.pm +++ b/IkiWiki/Plugin/mdwn.pm @@ -13,9 +13,13 @@ sub import { #{{{ sub getsetup () { #{{{ return + plugin => { + safe => 1, + rebuild => 1, # format plugin + }, multimarkdown => { type => "boolean", - default => 0, + example => 0, description => "enable multimarkdown features?", safe => 1, rebuild => 1,