github executablebooks/MyST-Parser v0.19.2

latest releases: v4.0.0, v3.0.1, v3.0.0...
18 months 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.

  • 📚 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

Don't miss a new MyST-Parser release

NewReleases is sending notifications on new releases.