Description
Perl applications can convert Markdown text into another representation such as HTML. This is useful for documentation, comments, static pages, and tools that let users write formatted plain text.
It is a developer library. Markdown from untrusted users should be sanitized after rendering, because generated HTML can contain unsafe links or markup depending on configuration.