The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.

NAME

Plagger::Plugin::Filter::HTMLTidy - Filters body HTML using HTML::Tidy

SYNOPSIS

  - module: Filter::HTMLTidy
    config:
      output-xhtml: yes
      char-encoding: utf-8

DESCRIPTION

This plugin glues HTML::Tidy as an entry filter, so it scrubs HTML to make it tidy. Best used with Publish plugins like Planet.

CONFIG

This plugin accepts any config options that can be used as htmltidy config file. See http://tidy.sourceforge.net/docs/quickref.html for details.

AUTHOR

Tatsuhiko Miyagawa

SEE ALSO

Plagger, HTML::Tidy, http://tidy.sourceforge.net/docs/quickref.html