Skip to content

Releases: executablebooks/MyST-Parser

v3.0.1

28 Apr 20:20
3d84ff8
Compare
Choose a tag to compare

What's Changed

Full Changelog: v3.0.0...v3.0.1

v3.0.0

23 Apr 14:34
1b44e06
Compare
Choose a tag to compare

What's Changed

Upgraded dependencies

  • ⬆️ Add support for Python 3.12 by @hugovk in #848
  • ⬆️ Update docutils requirement from >=0.16,<0.21 to >=0.18,<0.22 by @chrisjsewell in #916

New features

Improvements

Internal

Documentation

New Contributors

Full Changelog: v2.0.0...v3.0.0

v2.0.0

13 Jun 16:26
4ae5863
Compare
Choose a tag to compare

This release primarily updates core myst-parser dependencies,
with some minor changes to parsing behaviour:

Full Changelog: v1.0.0...v2.0.0

v1.0.0

07 Mar 18:37
0271d68
Compare
Choose a tag to compare

🎉 MyST-Parser 1.0.0 🎉

This changes absolutely nothing in the code, or about the maintenance/release policy of this project.
But it does feel about time 😄

v0.19.2

07 Mar 18:24
f4afeef
Compare
Choose a tag to compare

What's Changed

Setting the following config, for example:

extensions = ["myst_parser", "sphinxcontrib.mermaid"]
myst_fence_as_directive = ["mermaid"]
# optional to use directive options
myst_enable_extensions = ["attrs_block"]

allows for one to write:

{caption="My caption"}
{alt="HTML alt" align=center}
```mermaid
graph LR
a --> b
```

and have interoperable rendering with tools like GitHub.

  • 📚 Fix the sphinx-design example by @recfab in #738
  • 📚 Add html_last_updated_fmt = "" to conf.py by @jeanas in #691

New Contributors

Full Changelog: v0.19.1...v0.19.2

v0.19.1

02 Mar 05:41
01c7565
Compare
Choose a tag to compare

What's Changed

  • 🐛 FIX NoURI error in doc reference resolution, for texinfo builds by @chrisjsewell in #734

Full Changelog: v0.19.0...v0.19.1

v0.19.0

01 Mar 06:44
Compare
Choose a tag to compare

This release 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)
  • ⬆️ 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

v0.18.1

27 Sep 09:29
28725fc
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.18.0...v0.18.1

v0.18.0

07 Jun 12:32
75ef9cb
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.17.2...v0.18.0

v0.17.2

17 Apr 07:22
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.17.1...v0.17.2