diff options
author | Joey Hess <joey@kitenet.net> | 2011-05-13 18:44:11 -0400 |
---|---|---|
committer | Joey Hess <joey@kitenet.net> | 2011-05-13 18:44:11 -0400 |
commit | b3720582abc46974715d019aa07d78828bc23062 (patch) | |
tree | c795d108dd3cc7a11eb25057299284fdfd8833e4 /doc/plugins | |
parent | accd2491d8388350c5498cd4dcbcdf57c15f6486 (diff) | |
download | ikiwiki-b3720582abc46974715d019aa07d78828bc23062.tar ikiwiki-b3720582abc46974715d019aa07d78828bc23062.tar.gz |
allow for a html formatted description in websetup
w/o polluting setup file with the html
Diffstat (limited to 'doc/plugins')
-rw-r--r-- | doc/plugins/write.mdwn | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/doc/plugins/write.mdwn b/doc/plugins/write.mdwn index f0f79ebc7..9a5ca60a0 100644 --- a/doc/plugins/write.mdwn +++ b/doc/plugins/write.mdwn @@ -580,6 +580,7 @@ describes the plugin as a whole. For example: * `description` is a short description of the option. * `link` is a link to further information about the option. This can either be a [[ikiwiki/WikiLink]], or an url. +* `htmldescription` is displayed instead of the description by websetup. * `advanced` can be set to true if the option is more suitable for advanced users. * `safe` should be false if the option should not be displayed in unsafe |