tag
# SEE ALSO
There are other modules on CPAN for converting Markdown:
- [Text::Markdown](https://metacpan.org/pod/Text%3A%3AMarkdown) is a pure-perl markdown converter.
- [Markdent](https://metacpan.org/pod/Markdent) is a toolkit for parsing markdown,
which can also be used to convert markdown to HTML.
- [Text::Markup](https://metacpan.org/pod/Text%3A%3AMarkup) is a converter than can handle a number of input formats, including markdown.
- [Text::MultiMarkdown](https://metacpan.org/pod/Text%3A%3AMultiMarkdown) converts MultiMarkdown (a superset of the original markdown format)
to HTML.
Additional markdown resources:
- [Discount](http://www.pell.portland.or.us/~orc/Code/markdown/) -
David Loren Parsons's library for converting markdown, written in C.
- [Markdown definition](http://daringfireball.net/projects/markdown/) -
John Gruber's original definition of the markdown format.
- [Markdown testsuite](http://daringfireball.net/projects/downloads/MarkdownTest_1.0.zip) -
John Gruber's testsuite for markdown.
- [Markdown modules](http://neilb.org/reviews/markdown.html) - a review
of all Perl modules for handling markdown, written by Neil Bowers.
# AUTHOR
Masayoshi Sekimura,