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