Skip to content

v1.0.0

Compare
Choose a tag to compare
@github-actions github-actions released this 18 Sep 00:16
a7d34f0

This release introduces highlighting support for the very popular mdbook-admonish plugin. The existing catppuccin.css and catppuccin-highlight.css files have been merged and a new catppuccin-admonish.css file is included by default.

Note

The catppuccin-admonish.css file is NOT required if you are not using the mdbook-admonish plugin. This file can be easily removed by modifying the additional-css key in book.toml.

You can preview what these admonishments look like on our website.

⚠ BREAKING CHANGES

  • merge css files and separate admonish

Features

  • add mdbook-admonish support (#59) (c8ba6ec)
  • style nested blockquote and hr (f78383c)

Code Refactoring

  • merge css files and separate admonish (5a160cd)

Full Changelog: v0.2.1...v1.0.0