Skip to content

v1.3.26

Latest
Compare
Choose a tag to compare
@choldgraf choldgraf released this 30 Apr 14:17
· 47 commits to main since this release
b311074

This release brings in major new functionality for extensibility with roles and directives, allowing you to pass classes and arguments to them. It also includes a number of enhancements, bugfixes, and documentation improvements as we prepare the MyST engine for use with Jupyter Book 2. See the features section for more details!

Features

  • 🧮 Add inline options to roles and directives by @rowanc1 in #1822.
    • Adds support for inline attributes for both roles and directives, allowing concise specification of CSS classes, IDs, and attributes. This complements other methods for defining options, making markup more expressive and flexible. 👉 Read more here
  • 🦋 Add bluesky social links by @rowanc1 in #1987
  • 🚀 Update the SPEC_VERSION for block.class by @rowanc1 in #1895
  • ⌨️ Add command line argument to myst start for selecting template by @stefanv in #1914
  • 📦 Bump nbtx 0.4.0 by @fwkoch in #1897

Fixes

Documentation

Maintenance

  • 📝 Add missing changeset by @agoose77 in #1938
  • ✋ netlify: only rebuild docs when they were modified by @stefanv in #1951
  • 🚀 Release by @github-actions in #1896

New Contributors

Full Changelog: https://github.com/jupyter-book/mystmd/compare/mystmd@1.3.25...mystmd@1.3.26