-
Notifications
You must be signed in to change notification settings - Fork 1.3k
Description
Describe the bug
GitHub Flavoured Markdown now has alerts.
Alerts are not (yet) rendered by doxygen. 😢
Expected behaviour
> [!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 goals.
> [!WARNING]
> Urgent info that needs immediate user attention to avoid problems.
> [!CAUTION]
> Advises about risks or negative outcomes of certain actions.
should be rendered into the beautiful
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 goals.
Warning
Urgent info that needs immediate user attention to avoid problems.
Caution
Advises about risks or negative outcomes of certain actions.
Screenshots
To Reproduce
See above.
Version
Doxygen Version 1.10.0 (ebc57c6) on Ubuntu 22.04.3 LTS (jammy jellyfish) downloaded from https://github.com/doxygen/doxygen/releases/download/Release_1_10_0/doxygen-1.10.0.linux.bin.tar.gz
Stack trace
Additional context