Release v0.30
Changes for v0.30
- Removed very old custom paths to
docutils
(reST) andasciidoc
binaries on Windows. Users must ensure that the proper commands are in the PATH, instead. - Added Text::Markdown::Asciidoctor, which uses the
asciidoctor
command, as a updated alternative to Text::Markdown::Asciidoc, which uses the legacyasciidoc
command. Text::Markdown will not use this formatter by default, but when explicitly loaded will be used instead of Text::Markup::Asciidoc. - Added Text::Markdown::CommonMark, which uses the cmark library, via the CommonMark module. Text::Markdown will not use this formatter by default, but when explicitly loaded will be used instead of Text::Markup::Markdown.
- De-duped the utilities for managing external commands from the Rest and Asciidoc modules into Text::Markdown::Cmd.