Text/Markup version 0.18
========================
This library's module, Text::Markup, provides an single interface for parsing
a large number of text markup formats and converting them to HTML. It
currently supports the following markups:
* [HTML](
http://whatwg.org/html)
* [Markdown](
http://daringfireball.net/projects/markdown/)
* [MultiMarkdown](
http://fletcherpenney.net/multimarkdown/)
* [MediaWiki](
http://en.wikipedia.org/wiki/Help:Contents/Editing_Wikipedia)
* [Pod](
http://search.cpan.org/perldoc?perlpod)
* [reStructuredText](
http://docutils.sourceforge.net/docs/user/rst/quickref.html)
* [Textile](
http://textism.com/tools/textile/)
* [Trac](
http://trac.edgewall.org/wiki/WikiFormatting)
Installation
------------
To install this module, type the following:
perl Build.PL
./Build
./Build test
./Build install
Or, if you don't have Module::Build installed, type the following:
perl Makefile.PL
make
make test
make install
Dependencies
------------
Text-Markup requires the following modules:
* File::BOM 0.15
* HTML::Entities
* perl 5.8.1
* Pod::Simple::XHTML 3.15
* Text::Markdown 1.000004
* Text::MediawikiFormat 1.0
* Text::Textile 2.10
* Text::Trac 0.10
Copyright and Licence
---------------------
Copyright (c) 2011-2012 David E. Wheeler. Some Rights Reserved.
This module is free software; you can redistribute it and/or modify it under
the same terms as Perl itself.