Photos
Blog
Projects
vanrenterghem.biz
projects
/
git.ikiwiki.info.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
reorg settings
[git.ikiwiki.info.git]
/
IkiWiki
/
Plugin
/
mdwn.pm
diff --git
a/IkiWiki/Plugin/mdwn.pm
b/IkiWiki/Plugin/mdwn.pm
index 920d90e5e5eb8f81abf8560f402cd8d849e4c72b..6c1d2ef3c3839ed95d73284292a59e1541995907 100644
(file)
--- a/
IkiWiki/Plugin/mdwn.pm
+++ b/
IkiWiki/Plugin/mdwn.pm
@@
-13,10
+13,14
@@
sub import { #{{{
sub getsetup () { #{{{
return
sub getsetup () { #{{{
return
+ plugin => {
+ safe => 1,
+ rebuild => 1, # format plugin
+ },
multimarkdown => {
type => "boolean",
multimarkdown => {
type => "boolean",
-
default
=> 0,
- description => "enable
use of multimarkdown features
",
+
example
=> 0,
+ description => "enable
multimarkdown features?
",
safe => 1,
rebuild => 1,
},
safe => 1,
rebuild => 1,
},