github thegeeklab/hugo-geekdoc v0.29.0

latest releases: v0.45.0, v0.44.3, v0.44.2...
2 years ago

Changelog

v0.29.0 (2022-04-23)

Bug Fixes

  • fix asciidoc admonitions formatting (#380)
  • deps: update dependency mermaid to v9.0.1 (#384)

Code Refactoring

  • rename class .icon to .gdoc-icon (#379)

Features

  • add optional hint/admonition icons (#383)
  • add it language support (#386)

Others

  • deps: lock file maintenance (#377)

BREAKING CHANGE

The types of the hint short code have been renamed to [note|tip|important|caution|warning] the old types [info|ok|warning|danger] are still working, but should be considered as deprecated.

The hint short code is using named arguments now. You have to change, e.g. {{< hint warning >}} to {{< hint type=warning >}}.

The class .icon was renamed to .gdoc-icon to avoid conflicts.

Don't miss a new hugo-geekdoc release

NewReleases is sending notifications on new releases.