Skip to content

Release v0.30

Compare
Choose a tag to compare
@github-actions github-actions released this 10 Sep 16:49
v0.30
4b92ab6

Changes for v0.30

  • Removed very old custom paths to docutils (reST) and asciidoc 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 legacy asciidoc 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.