Mkdocs-callouts

Latest version: v1.16.0

Safety actively analyzes 706267 Python packages for vulnerabilities to keep your Python projects secure.

Scan your dependencies

Page 2 of 5

1.13.0

What's Changed
* Handle leading tabs & fix breakless_lists by sondregronas in https://github.com/sondregronas/mkdocs-callouts/pull/12


**Full Changelog**: https://github.com/sondregronas/mkdocs-callouts/compare/v1.12.0...v1.13.0

1.12.0

What's Changed
* Bugfix + don't convert callouts within codefences by sondregronas in https://github.com/sondregronas/mkdocs-callouts/pull/10

See PR for details.

1.11.1

Only applies to the new `breakless_lists` option (enabled by default). Forgot to add ordered lists to the regex.

What's Changed
* Add support for ordered lists in breakless lists by sondregronas in https://github.com/sondregronas/mkdocs-callouts/pull/9


**Full Changelog**: https://github.com/sondregronas/mkdocs-callouts/compare/v1.11.0...v1.11.1

1.11.0

Resolves 7

Supports whitespaces after leading `>` symbols.

md
> [!info]
> > [!info]
> > > Blockquote


is now possible, previous syntax:

md
> [!info]
>> [!info]
>> > Blockquote


Also added a new option (enabled by default) to handle breakless lists
This shouldn't interfere with the previous syntax

md
Before:
> [!info]
> Text here
>
> - list item
> - another list item

After:
> [!info]
> Text here
> - list item
> - another list item


Disable the new behavior
This behavior _shouldn't_ cause any issues, but can be disabled by setting `breakless_lists` to `false` in the `mkdocs.yml` configuration file

yaml
plugins:
- search
- callouts:
breakless_lists: false

1.10.0

Removes compatability with Python 3.7

1.9.2

Adds support for 3.12 in both testing and the pypi package.

Page 2 of 5

© 2025 Safety CLI Cybersecurity Inc. All Rights Reserved.