]> git.vanrenterghem.biz Git - git.ikiwiki.info.git/blob - doc/plugins/htmltidy.mdwn
debian/changelog entry for commit 37b4fadcee4e500a1ac68ce9fcd8d6d942628cf6
[git.ikiwiki.info.git] / doc / plugins / htmltidy.mdwn
1 [[template id=plugin name=htmltidy 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.