Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: add optional hint/admonition icons #383

Merged
merged 7 commits into from
Apr 23, 2022
Merged

feat: add optional hint/admonition icons #383

merged 7 commits into from
Apr 23, 2022

Conversation

xoxys
Copy link
Member

@xoxys xoxys commented Apr 20, 2022

Fixes: #381

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 >}}.

@thegeeklab-bot
Copy link

thegeeklab-bot commented Apr 22, 2022

LHCI Report Overview

Report URL Performance Accessibility Best-Practices SEO PWA
Link http://localhost:46385/ 94 % 100 % 92 % 98 % 30 %
Link http://localhost:46385/404.html 85 % 100 % 100 % 100 % 30 %
Link http://localhost:46385/posts/ 97 % 100 % 100 % 100 % 30 %

@xoxys xoxys merged commit f6966b8 into main Apr 23, 2022
@delete-merged-branch delete-merged-branch bot deleted the hint-icons branch April 23, 2022 13:14
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Icons for Hugo's hint and Asciidoc's admonitions
2 participants