MultiMarkdown
Expanded perl version of John Gruber's original Markdown
MultiMarkdown is an expanded Perl-based implementation of John Gruber’s original Markdown language. It builds on the simplicity of Markdown’s text-to-HTML conversion by adding support for features that make it more useful for technical writing, academic publishing, and complex documents. The project allows users to write documents in a human-readable plain text format and convert them into structured HTML or other formats. Unlike standard Markdown, MultiMarkdown adds capabilities for tables,...