Releases: sondregronas/mkdocs-callouts
Releases · sondregronas/mkdocs-callouts
Add Python 3.12
Adds support for 3.12 in both testing and the pypi package.
v1.9.1 - Now in MIT (code unchanged)
No changes - except for a less restrictive LICENSE.
v1.9.0 Multiple callout qualifiers
Implements #4.
mkdocs-callouts
now translates multiple callout qualifiers to the correct type, which reverts some changes to how mkdocs-material handles admonitions - 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:
plugins:
- search
- callouts:
aliases: false
Full Changelog: v1.8.1...v1.9.0
v1.8.1 Add pyproject.toml to replace setup.py
Full Changelog: v1.8.0...v1.8.1
v1.7.0 Fix Python v3.6 support
Full Changelog: v1.6.0...v1.7.0
v1.6.0
Code refactor
Full Changelog: v1.5.0...v1.6.0
v1.5.0
v1.4.1
Minor fix - Pages with callouts would have a new line break added to them, this is no longer the case.
Also tests are now stricter
Full Changelog: v1.4.0...v1.4.1
v1.4.0
Update regex to allow links in callout title, aswell as allow for leading whitespace before a callout block.
Full Changelog: v1.3.1...v1.4.0