]> sipb.mit.edu Git - ikiwiki.git/blobdiff - doc/plugins/htmlbalance.mdwn
this plugin is different from the [[html]] plugin and it is safe in most cases.
[ikiwiki.git] / doc / plugins / htmlbalance.mdwn
index 7cdb1f950b3b87e03c948ef5e3d28da928ab8c6d..f4e2298ee6c12499d56a1eff00d42a8bbce8ee3f 100644 (file)
@@ -1,9 +1,9 @@
-[[!template id=plugin name=htmlbalance author="Simon McVittie"]]
+[[!template id=plugin name=htmlbalance author="[[Simon_McVittie|smcv]]"]]
 [[!tag type/html]]
 
 This plugin ensures that the HTML emitted by ikiwiki contains well-balanced
-HTML tags, by parsing it with HTML::TreeBuilder and re-serializing it. This
+HTML tags, by parsing it with [[!cpan HTML::TreeBuilder]] and re-serializing it. This
 acts as a lighter-weight alternative to [[plugins/htmltidy]]; it doesn't
 ensure validity, but it does at least ensure that formatting from a
-blog post pulled in by \[[![[ikiwiki/directive/inline]]]] doesn't
+blog post pulled in by the [[ikiwiki/directive/inline]] directive doesn't
 leak into the rest of the page.