Skip to article frontmatterSkip to article content

mystmd v0.1.15 - February 18th, 2023

Release Source

Overview

Help us spread the word 🐦.

There were improvements to role/directive parsing in executablebooks/mystjs#181, this resulted in many new packages that can be used independently in other contexts such as the theme or jupyterlab-myst. The API and links were migrated to myst-tools.org domain for API requests, our new domain! There were improvements for compatibility for admonitions that now parse callouts in Quarto, GitHub, and MyST. You can now embed notebook cells directly into your document, see the documentation.

There were improvements to the docs -- thank you to @kolibril13 and @Carreau who made their first commits.

MyST can now read LaTeX, and parsing was improved wit features to support other types of images (PDF, EPS).

New Features

New Packages

We have introduced new extensions for cards, grids and tabs.

Commits:

We have pulled out the roles and directives into their own packages. See executablebooks/mystjs#181.

Commits:

Documentation Improvements

New LaTeX Parsing and Features

See the blog post by Curvenote.

The entire LaTeX rendering process can run in a few hundred milliseconds from start to finish rather than around 3-10 seconds for small documents using common LaTeX renderers. The paper I was testing on during this blog post is ⚡️ 16 times faster ⚡️ - which is significant, and there is lots of room for improvement in MyST as well!

Usability improvements

Refactoring

Bug Fixes

New Contributors

Full Changelog: https://github.com/executablebooks/mystjs/commits/myst-cli@0.1.15