Mkdocs-callouts

Latest version: v1.14.1

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

Scan your dependencies

Page 1 of 4

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

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.

Page 1 of 4

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.