Commit Graph

4 Commits

Author SHA1 Message Date
73c5f6a6b2
fix: fix multi paragraph admonitions formatting (#526) 2022-11-02 11:03:13 +01:00
a056805a30
docs: migrate hints to named attributes (#393) 2022-04-30 14:28:48 +02:00
f6966b8513
feat: add optional hint/admonition icons (#383)
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.

BREAKING CHANGE: The `hint` short code is using named arguments now. You have to change, e.g. `{{< hint warning >}}` to `{{< hint type=warning >}}`.
2022-04-23 15:14:42 +02:00
fbff9470b0
fix: fix asciidoc sdmonitions formatting (#380) 2022-04-18 21:45:38 +02:00