Commit graph

19 commits

Author SHA1 Message Date
Robert Kaussow 460d27814a
fix: generate unique properties anchor (#733)
BREAKING CHANGE: The way anchors are generated for properties of a propertylist has changed to be unique, even if the shortcode is used multiple times on a page.
2023-10-28 22:48:31 +02:00
Robert Kaussow ce62f7bc44
feat: add anchors to propertylist shortcode (#697) 2023-08-31 23:27:11 +02:00
Robert Kaussow 64f3d0ea7d
feat: add progress bar shortcode (#594) 2023-03-04 15:45:26 +01:00
Robert Kaussow 935b200eb0
fix: improve spacing of shortcodes (#583) 2023-02-16 09:01:43 +01:00
Robert Kaussow 2e1098d3e3
fix: temp fix mermaid svg height (#488) 2022-08-30 10:00:53 +02:00
Robert Kaussow 66d456f552
feat: add column size attribute (#455) 2022-07-11 20:46:01 +02:00
Robert Kaussow 33ea5c37a9
feat: render popertylist description as markdown (#426) 2022-05-30 21:40:09 +02:00
Robert Kaussow 6ab98d1da3
feat: add propertylist shortcode (#414) 2022-05-22 22:00:37 +02:00
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 888335d3b3
fix: remove headline anchors on more shortcodes (#158) 2021-07-01 09:28:27 +02:00
Robert Kaussow 021eaf7ab6
feat: add sizes 'regular' and 'large' to button shortcode (#135) 2021-05-21 15:51:19 +02:00
Robert Kaussow 59be9a504f
Dark mode (#66) 2021-04-27 23:44:35 +02:00
Robert Kaussow a8af7c3791
fix: switch back to pixel based border sizes 2021-02-21 22:34:34 +01:00
Robert Kaussow 7d028ddc71
chore: normalize sass default vars 2021-02-21 14:44:44 +01:00
Robert Kaussow 5eb04b81d2 fix mermaid default font 2020-06-02 21:22:10 +02:00
Robert Kaussow a428f9d84d configure npm 2020-06-02 18:07:53 +02:00
Robert Kaussow 14567a6df4 add anchor links for headlines 2020-02-26 23:59:30 +01:00
Robert Kaussow 7cceca5a72 add example for color schemes 2020-02-05 00:41:13 +01:00
Robert Kaussow b710cfda80 initial commit 2020-01-12 15:33:02 +01:00