X-Git-Url: http://git.vanrenterghem.biz/git.ikiwiki.info.git/blobdiff_plain/becacc5566bfa841f907b51f36d0034081842752..de57a15c803fb8e852902c2bcf348bef0abbfa1c:/doc/plugins/htmltidy.mdwn diff --git a/doc/plugins/htmltidy.mdwn b/doc/plugins/htmltidy.mdwn index 38c4767ac..1949e77e6 100644 --- a/doc/plugins/htmltidy.mdwn +++ b/doc/plugins/htmltidy.mdwn @@ -1,7 +1,9 @@ +[[template id=plugin name=htmltidy included=1 author="Faidon Liambotis"]] +[[tag type/html]] + This plugin uses [tidy](http://tidy.sourceforge.net/) to tidy up the html emitted by ikiwiki. Besides being nicely formatted, this helps ensure that -even if users enter suboptimal html, your wiki generates 100% valid html. +even if users enter suboptimal html, your wiki generates valid html. -This plugin is included in ikiwiki, but is not enabled by default. - -[[tag type/html]] +Note that since tidy is an external program, that is run each time a page +is built, this plugin will slow ikiwiki down somewhat.