]> sipb.mit.edu Git - ikiwiki.git/blobdiff - doc/plugins/htmltidy.mdwn
htmlbalance: new plugin that balances tags by parsing and re-serializing
[ikiwiki.git] / doc / plugins / htmltidy.mdwn
index f675a01aed5d0a482622077f374d0251d602dbb7..580e56f596d690e42ce10467329f05e1b07354d5 100644 (file)
@@ -7,4 +7,5 @@ emitted by ikiwiki. Besides being nicely formatted, this helps ensure that
 even if users enter suboptimal html, your wiki generates valid html.
 
 Note that since tidy is an external program, that is run each time a page
-is built, this plugin will slow ikiwiki down somewhat.
+is built, this plugin will slow ikiwiki down somewhat. [[plugins/htmlbalance]]
+might provide a faster alternative.