New myst-parser release
Opened this issue ยท 0 comments
chrisjsewell commented
Hi all ๐,
I'm pleased to announce a new release of myst-parser (and myst-docutils),
that brings a number of exciting new features, improvements, and upgrades ๐
https://myst-parser.readthedocs.io
- ๐ Rewritten documentation, with a clearer structure, many more examples, rich hover tips, and a new live preview page (powered by pyscript)
- The code base API is also now fully documented by https://sphinx-autodoc2.readthedocs.io/, which even allows for MyST docstrings!
- โฌ๏ธ Add Sphinx 6 support
- ๐ Extended docutils (single-page) support
- ๐ Extended Markdown links, including intersphinx support, e.g.
[text](inv:name#target)
{}
New attributes syntax, to extend common Markdown syntaxes, e.g.![image](image.png){#id .class width=100px}
For a full list of changes, see: https://github.com/executablebooks/MyST-Parser/blob/master/CHANGELOG.md
Happy parsing! ๐ค
Executable books team