Releases: executablebooks/MyST-Parser
Version 0.11.2
See CHANGELOG.md for info
Version 0.11.1
See CHANGELOG.md for info
Version 0.11.0
See CHANGELOG.md for info
Version 0.10.0
See CHANGELOG.md for info
Sphinx back-compatability fix
Also updates to documentation CLI
Move sphinx to main requirements
sphinx
was originally an extra requirement, when myst-parser
also contained markdown parsing extensions. This is all contained in markdown-it-py
now, so there is generally no use case for myst-parser
without sphinx
Fix nested parsing of reference text
v0.8.2 RLS: v0.8.2
Wrap table cell content in paragraph node
This is required by docutils/sphinx, which expects inline content to be within a block level parent. For example, for URL references this was causing build failures, as noted in #127.
Thanks to @martinagvilas for the PR
Bump markdown-it version (allow multi-line inline math)
v0.8.0a4 Update __init__.py
Move to markdown-it-py parser
Implemented in #123
This release implements the move from mistletoe
to markdown-it-py
, as the underlying markdown parser. The reason for this is are discussed in executablebooks/meta#44 (comment) and executablebooks/meta#47, and the PR #123 discusses in more details the update.
Additional changes: