A MkDocs plugin that converts Obsidian-style callouts (e.g., > [!note]) into MkDocs admonitions. This version (1.16.1) requires Python >=3.8 and is actively maintained with monthly releases.
pip install mkdocs-calloutsNo compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Enable the plugin in mkdocs.yml with `plugins: - callouts`. No other configuration needed.
In mkdocs.yml, use `plugins: - callouts`
Update imports to `from mkdocs_callouts.plugin import MkDocsCalloutsPlugin`
Disable or reorder plugins to avoid conflicts.
No resource links recorded.