* Allow preprocessor directives to contain python-like triple-quoted
[ikiwiki] / 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.