What's Changed
- ✨ NEW: Add
myst_fence_as_directive
config by @chrisjsewell in #742
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