rake clean
[ikiwiki.git] / doc / plugins / htmlbalance.mdwn
blobf4e2298ee6c12499d56a1eff00d42a8bbce8ee3f
1 [[!template id=plugin name=htmlbalance author="[[Simon_McVittie|smcv]]"]]
2 [[!tag type/html]]
4 This plugin ensures that the HTML emitted by ikiwiki contains well-balanced
5 HTML tags, by parsing it with [[!cpan HTML::TreeBuilder]] and re-serializing it. This
6 acts as a lighter-weight alternative to [[plugins/htmltidy]]; it doesn't
7 ensure validity, but it does at least ensure that formatting from a
8 blog post pulled in by the [[ikiwiki/directive/inline]] directive doesn't
9 leak into the rest of the page.