Markdown Highlights
Have you seen some github repositories like this, having specially rendered marking that shows some we need to focus. It is called Admonitions, in GitHub it is called GitHub Flavored Markdown(GFM). To implement it, use the codes below.
> [!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.