Releases: executablebooks/MyST-Parser
Releases · executablebooks/MyST-Parser
Version 0.12.0
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