* Don't run tidy with -xml as that fails if the input is not well-formed.
authorjoey <joey@0fa5a96a-9a0e-0410-b3b2-a0fd24251071>
Fri, 4 Aug 2006 07:41:02 +0000 (07:41 +0000)
committerjoey <joey@0fa5a96a-9a0e-0410-b3b2-a0fd24251071>
Fri, 4 Aug 2006 07:41:02 +0000 (07:41 +0000)
commit0708bb8aecaa6f4edcb60d84ed6555d61f83a2bc
treedf03d054883ad1c42ae2586ee224a30a7bb57100
parentacaee3d0bce78b6e6d8989821150d28a87026ff0
* Don't run tidy with -xml as that fails if the input is not well-formed.
  Run it with -asxhtml instead, so it will output well-formed xhtml no
  matter what the input.
* Disable tidy warnings too.
* Add a new format hook, and make tidy use it, since tidy can really only
  operate on and output complete html documents, not the body chunks
  that sanitise gets.
IkiWiki/Plugin/htmltidy.pm
IkiWiki/Render.pm
debian/changelog
doc/plugins/aggregate.mdwn
doc/plugins/write.mdwn