MyST Parser Versions Save

An extended commonmark compliant parser, with bridges to docutils/sphinx

v3.0.1

2 weeks ago

What's Changed

Full Changelog: https://github.com/executablebooks/MyST-Parser/compare/v3.0.0...v3.0.1

v3.0.0

3 weeks ago

What's Changed

Upgraded dependencies

New features

Improvements

Internal

Documentation

New Contributors

Full Changelog: https://github.com/executablebooks/MyST-Parser/compare/v2.0.0...v3.0.0

v2.0.0

11 months ago

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

1 year ago

๐ŸŽ‰ 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

1 year ago

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.

New Contributors

Full Changelog: https://github.com/executablebooks/MyST-Parser/compare/v0.19.1...v0.19.2

v0.19.1

1 year ago

What's Changed

Full Changelog: https://github.com/executablebooks/MyST-Parser/compare/v0.19.0...v0.19.1

v0.19.0

1 year ago

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

1 year ago

What's Changed

New Contributors

Full Changelog: https://github.com/executablebooks/MyST-Parser/compare/v0.18.0...v0.18.1

v0.18.0

1 year ago

What's Changed

New Contributors

Full Changelog: https://github.com/executablebooks/MyST-Parser/compare/v0.17.2...v0.18.0

v0.17.2

2 years ago

What's Changed

Full Changelog: https://github.com/executablebooks/MyST-Parser/compare/v0.17.1...v0.17.2