Skip to content

v0.19.2

Compare
Choose a tag to compare
@chrisjsewell chrisjsewell released this 07 Mar 18:24
· 63 commits to master since this release
f4afeef

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