]> git.vanrenterghem.biz Git - git.ikiwiki.info.git/blob - 1.33.2/doc/plugins/htmltidy.mdwn
tagging version 1.33.2
[git.ikiwiki.info.git] / 1.33.2 / doc / plugins / htmltidy.mdwn
1 [[template id=plugin name=htmltidy included=1 author="Faidon Liambotis"]]
2 [[tag type/html]]
3 [[tag type/slow]]
5 This plugin uses [tidy](http://tidy.sourceforge.net/) to tidy up the html
6 emitted by ikiwiki. Besides being nicely formatted, this helps ensure that
7 even if users enter suboptimal html, your wiki generates valid html.
9 Note that since tidy is an external program, that is run each time a page
10 is built, this plugin will slow ikiwiki down somewhat.