Skip to content

New Markdown parser

Compare
Choose a tag to compare
@willmcgugan willmcgugan released this 19 Jan 15:07
· 506 commits to master since this release
8c297cb

v13.2.0 replaces the unmaintained commonmark library with markdown-it-py. This new parser has a lot more capabilities and will allow us to implement a number of additional Markdown features in the future.

The output from the Markdown renderable may change a little from previous versions.

[13.2.0] - 2023-01-19

Changed

  • Switch Markdown parsing from commonmark to markdown-it-py #2439