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