Skip to content

Releases: sondregronas/mkdocs-callouts

Add Python 3.12

16 Oct 15:13
Compare
Choose a tag to compare

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

v1.9.1 - Now in MIT (code unchanged)

12 Sep 06:29
Compare
Choose a tag to compare

No changes - except for a less restrictive LICENSE.

v1.9.0 Multiple callout qualifiers

25 Jan 18:58
Compare
Choose a tag to compare

Implements #4.

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

29 Oct 20:51
a1559fc
Compare
Choose a tag to compare

v1.7.0 Fix Python v3.6 support

11 Aug 19:00
Compare
Choose a tag to compare

v1.6.0

07 Aug 19:33
Compare
Choose a tag to compare

Code refactor
Full Changelog: v1.5.0...v1.6.0

v1.5.0

29 Jul 20:08
9e8246e
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.4.1...v1.5.0

v1.4.1

29 Jun 19:11
Compare
Choose a tag to compare

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

27 Jun 22:14
Compare
Choose a tag to compare

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

v1.3.1 Minor bugfix

27 Jun 11:40
Compare
Choose a tag to compare

Fixed edgecase:

  • Allow > symbols in titles

Full Changelog: v1.3.0...v1.3.1