Summary
This version adds support for the mkdocs-callouts plugin, which renders Obsidian-style callouts as admonitions. It also improves compatibility with existing MkDocs projects by accepting more plugin settings and fixes builds when the project configuration file is included in watch.
Additionally, the user interface is updated to v0.0.30, ensuring that anchor links reveal targets inside collapsed details, content tabs, and annotations – including deeply nested combinations – before scrolling to them.
Changelog
Features
- d8fbb05 compat – support mkdocs-callouts plugin by enabling pymdownx.quotes extension with callouts support (#938)
Bug fixes
- 65a019d ui – update ui to v0.0.30
- 5c0bd36 compat – ignore config file in watch setting (#934)
- 13fd89e compat – relax mike settings validation (#932)
Refactorings
- 9f36bb5 compat – relax all plugins validation