Github Alerts
GitHub Alerts are a Markdown extension based on the blockquote syntax that you can use to emphasize critical information.
They are displayed with distinctive GitHub colors and icons to indicate the significance of the content.
Usage
Markdown example:
> [!NOTE]
> Highlights information that users should take into account, even when skimming.
> [!TIP]
> Optional information to help a user be more successful.
> [!IMPORTANT]
> Crucial information necessary for users to succeed.
> [!WARNING]
> Critical content demanding immediate user attention due to potential risks.
> [!CAUTION]
> Negative potential consequences of an action.
Customization
Alternative titles are supported by appending them to the marker like this:
> [!note] Nota bene
> The custom title will replace the regular title.
Installation
Available via official plugin catalog: com.github.alan-null.joplin-plugin-github-alerts
Inspired by: GitHub Alerts