Implements 4.
- `mkdocs-callouts` now translates [multiple callout qualifiers](https://help.obsidian.md/How+to/Use+callouts#Types) to the correct type, which reverts some [changes to how mkdocs-material handles admonitions](https://squidfunk.github.io/mkdocs-material/reference/admonitions/#fn:1) - without increasing the size of CSS.
This behavior is enabled by default, but can be disabled by setting `aliases` to false in the plugin configuration:
yaml
plugins:
- search
- callouts:
aliases: false
**Full Changelog**: https://github.com/sondregronas/mkdocs-callouts/compare/v1.8.1...v1.9.0