]> 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 9da9c4d98aeb1142ab9b21808062b25247795210..580e56f596d690e42ce10467329f05e1b07354d5 100644 (file)
@@ -1,8 +1,11 @@
+[[!template id=plugin name=htmltidy author="Faidon Liambotis"]]
+[[!tag type/html]]
+[[!tag type/slow]]
+
 This plugin uses [tidy](http://tidy.sourceforge.net/) to tidy up the html
 emitted by ikiwiki. Besides being nicely formatted, this helps ensure that
 even if users enter suboptimal html, your wiki generates valid html.
 
-This plugin is included in ikiwiki, but is not enabled by default.
-It was contributed by Faidon Liambotis.
-
-[[tag type/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. [[plugins/htmlbalance]]
+might provide a faster alternative.