NAME
Quiki::Formatter::HTML - Quiki HTML formatter module
SYNOPSIS
use Quiki::Formatter::HTML;
my $html = Quiki::Formatter::HTML::format($string);
DESCRIPTION
Hides formatting subroutine.
EXPORTS
None. Use Quiki::Formatter::HTML::format.
format
Receives a string in Wiki syntax. Returns a string in HTML.
format_page
Receives a Wiki page. Returns it in HTML.
SEE ALSO
Quiki::Syntax, Quiki
AUTHOR
Alberto Simões, <ambs@cpan.org> Nuno Carvalho, <smash@cpan.org>
COPYRIGHT & LICENSE
Copyright 2009-2010 Alberto Simoes and Nuno Carvalho.
This program is free software; you can redistribute it and/or modify it under the terms of either: the GNU General Public License as published by the Free Software Foundation; or the Artistic License.
See http://dev.perl.org/licenses/ for more information.