NAME
Templer::Plugin::HTML - A simple (nop) HTML-formatting plugin
DESCRIPTION
This class implements a formatter plugin for templer
which allows pages to be written using HTML.
It is provided as NOP.
This allows input such as this to be executed:
Title: This is my page
format: html
----
<p>This is my page text</p>
LICENSE
This module is free software; you can redistribute it and/or modify it under the terms of either:
a) the GNU General Public License as published by the Free Software Foundation; either version 2, or (at your option) any later version, or
b) the Perl "Artistic License".
AUTHOR
Steve Kemp <steve@steve.org.uk>
COPYRIGHT AND LICENSE
Copyright (C) 2012-2015 Steve Kemp <steve@steve.org.uk>.
This library is free software. You can modify and or distribute it under the same terms as Perl itself.
METHODS
new
Constructor. No arguments are supported/expected.
available
This plugin is always available.
format
Format the given text: In our case return it unmodified.