Supported Markdown

Kabra supports the following core Markdown features:

GitHub-Style Alerts

Kabra supports GitHub-flavored Markdown alerts to highlight important information. These render as styled boxes in the output HTML.

markdown
> [!NOTE]
> Useful information that users should know, even when skimming content.
Useful information that users should know, even when skimming content.
markdown
> [!TIP]
> Helpful advice for doing things better or more easily.
Helpful advice for doing things better or more easily.
markdown
> [!IMPORTANT]
> Key information users need to know to achieve their goal.
Key information users need to know to achieve their goal.
markdown
> [!WARNING]
> Urgent info that needs immediate user attention to avoid problems.
Urgent info that needs immediate user attention to avoid problems.
markdown
> [!CAUTION]
> Advises about risks or negative outcomes of certain actions.
Advises about risks or negative outcomes of certain actions.