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 symbols to alerts #430

Merged
merged 2 commits into from
Feb 1, 2025
Merged

feat: add symbols to alerts #430

merged 2 commits into from
Feb 1, 2025

Conversation

mfontanini
Copy link
Owner

This is a follow up on #423 that adds symbols before the title of alert type elements. The structure of the theme changed a bit to be able to pack the styles for each alert type into a single type.

This causes the following presentation:

> [!note]
> this is a note

> [!tip]
> this is a tip

> [!important]
> this is important

> [!warning]
> this is warning!

> [!caution]
> this advises caution!

>>> [!note] other title
ez
multiline
>>>

To render like this:

image

@mfontanini mfontanini merged commit f6daf38 into master Feb 1, 2025
4 checks passed
@mfontanini mfontanini deleted the feat/alerts-symbols branch February 1, 2025 14:11
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.

1 participant