Commit Graph

4 Commits (f6966b85139e66f1793155ace2098054436c4c1c)

Author SHA1 Message Date
Robert Kaussow 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
Robert Kaussow d9daf73afb
fix: replace markdownify with renderString to use render hooks (#65) 2021-02-17 09:22:26 +01:00
Robert Kaussow ea44ee3860 update required hugo min version to v0.65 2020-04-15 01:09:53 +02:00
Robert Kaussow b710cfda80 initial commit 2020-01-12 15:33:02 +01:00