NAME
Text::Amuse::Preprocessor - Helpers for Text::Amuse document formatting.
VERSION
Version 0.09
SYNOPSIS
This module by itself doesn't do anything, but the bundled modules do.
use Text::Amuse::Preprocessor::HTML qw/html_to_muse/;
my $html = '<p>Your text here... & " ò</p>'
my $muse = html_to_muse($html);
use Text::Amuse::Preprocessor::Typography qw/typography_filter
linkify_filter/;
$muse = typography_filter(en => $muse);
$muse = linkify_filter($muse);
AUTHOR
Marco Pessotto, <melmothx at gmail.com>
BUGS
Please report any bugs or feature requests to the author's email. If you find a bug, please provide a minimal muse file which reproduces the problem (so I can add it to the test suite).
SUPPORT
You can find documentation for this module with the perldoc command.
perldoc Text::Amuse::Preprocessor
Repository available at Gitorious: https://gitorious.org/text-amuse-preprocessor
SEE ALSO
The original documentation for the Emacs Muse markup can be found at: http://mwolson.org/static/doc/muse/Markup-Rules.html
The parser itself is Text::Amuse.
LICENSE
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.