-
-
Notifications
You must be signed in to change notification settings - Fork 223
Open
Labels
enhancementNew feature or requestNew feature or request
Description
Quarkdown has extended markdown to support alerts wiki.
GitHub and GitLab also have such extensions but with a different syntax:
> [!NOTE]
> Useful information that users should know, even when skimming content.
> [!TIP]
> Helpful advice for doing things better or more easily.
> [!IMPORTANT]
> Key information users need to know to achieve their goal.
> [!WARNING]
> Urgent info that needs immediate user attention to avoid problems.
> [!CAUTION]
> Advises about risks or negative outcomes of certain actions.
wiki links:
- https://docs.github.com/en/get-started/writing-on-github/getting-started-with-writing-and-formatting-on-github/basic-writing-and-formatting-syntax#alerts
- https://docs.gitlab.com/user/markdown/#alerts
Proposal
I would propose to change the syntax to align with these two services as they have a huge userbase and most people probably be used to their syntax and could get confused when using quarkdown or have to remember two different syntaxes.
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request