diff options
Diffstat (limited to 'IkiWiki/Plugin/mdwn.pm')
-rw-r--r-- | IkiWiki/Plugin/mdwn.pm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/IkiWiki/Plugin/mdwn.pm b/IkiWiki/Plugin/mdwn.pm index 59cb93bc4..332325adc 100644 --- a/IkiWiki/Plugin/mdwn.pm +++ b/IkiWiki/Plugin/mdwn.pm @@ -15,7 +15,7 @@ sub getsetup () { #{{{ return multimarkdown => { type => "boolean", - default => 0, + example => 0, description => "enable multimarkdown features?", safe => 1, rebuild => 1, |