Changes for version 0.24 - 2019-12-12
- Added missing `<head>` tag to all output. Thanks to Axel Beckert for the pull request (#16, #18)!
- Added the `format_matchers` class method, which returns a list of formats and the regular expressions that match them.
- Added `use warnings;` to all modules, thanks to a patch from John SJ Anderson (#22).
- Added support for a `--raw` option to the markup modules for which it makes sense. This option allows markup to be output without wrapping it in a minimal HTML skeleton. Thanks to John SJ Anderson for the patch (#2, #24)!
- Ported reST to Python 3. Thanks to gregor herrmann for the PR (#26).
Modules
Parse text markup into HTML
Asciidoc parser for Text::Markup
BBcode parser for Text::Markup
Creole parser for Text::Markup
HTML parser for Text::Markup
Markdown parser for Text::Markup
MediaWiki syntax parser for Text::Markup
MultiMarkdown parser for Text::Markup
Turn a file with no known markup into HTML
Pod parser for Text::Markup
reStructuredText parser for Text::Markup
Textile parser for Text::Markup
Trac wiki syntax parser for Text::Markup