Mkdocs-callouts

Latest version: v1.16.0

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

Scan your dependencies

Page 1 of 5

1.16.0

See 25 for details.

What's Changed
* feat: add support for "blank" titles for colored blocks by sondregronas in https://github.com/sondregronas/mkdocs-callouts/pull/26


**Full Changelog**: https://github.com/sondregronas/mkdocs-callouts/compare/v1.15.0...v1.16.0

1.15.0

Adds support for 22. See PR 23 for details

What's Changed
* feat: fallback to alias as a title when using aliases by sondregronas in https://github.com/sondregronas/mkdocs-callouts/pull/23


**Full Changelog**: https://github.com/sondregronas/mkdocs-callouts/compare/v1.14.1...v1.15.0

1.14.1

What's Changed
* docs: add codeblock_with_indent by sondregronas in https://github.com/sondregronas/mkdocs-callouts/pull/18
* docs: rename test file name by sondregronas in https://github.com/sondregronas/mkdocs-callouts/pull/19
* Hotfix/fix incorrect spacing by sondregronas in https://github.com/sondregronas/mkdocs-callouts/pull/21


**Full Changelog**: https://github.com/sondregronas/mkdocs-callouts/compare/v1.14.0...v1.14.1

1.14.0

What's Changed
* Merged PR 16
* Reworked how indentation is generated to differentiate blockquotes from callouts, resolves 15
* Skip callout parsing inside nested codefences (e.g. if you have a "page source" codefence with callouts that also have a codefence), resolves 17
* Added a "_quality assurance_" pages for some visual tests https://sondregronas.github.io/mkdocs-callouts/



**Full Changelog**: https://github.com/sondregronas/mkdocs-callouts/compare/v1.13.2...v1.14.0

1.13.2

This version treats codefences inside callouts as if they were part of the callout, instead of being ignored altogether (fixing what the latest hotfix forgot). 😅

As an added bonus this means the following will also be valid too:

Source
markdown
> [!INFO]
> markdown
> > [!NOTE]
> > Codefenced callout within a callout
>


Result
markdown
!!! info
markdown
> [!NOTE]
> Codefenced callout within a callout



**Full Changelog**: https://github.com/sondregronas/mkdocs-callouts/compare/v1.13.1...v1.13.2

1.13.1

Resolves 13

The following markdown would cause a syntax error (list out of range) due to the "callout" starting on a 2nd indent level.

markdown
> markdown
> > [!NOTE]
> > Example
>


This version ensures that a callout block _must_ start with a single indent (`>` symbol).

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

Page 1 of 5

© 2025 Safety CLI Cybersecurity Inc. All Rights Reserved.