| Plagger documentation | view source | Contained in the Plagger distribution. |
Plagger::Plugin::Filter::HTMLTidy - Filters body HTML using HTML::Tidy
- module: Filter::HTMLTidy
config:
output-xhtml: yes
char-encoding: utf-8
This plugin glues HTML::Tidy as an entry filter, so it scrubs HTML to make it tidy. Best used with Publish plugins like Planet.
This plugin accepts any config options that can be used as htmltidy config file. See http://tidy.sourceforge.net/docs/quickref.html for details.
Tatsuhiko Miyagawa
| Plagger documentation | view source | Contained in the Plagger distribution. |