GitHub Markdown flavour uses the following format for highlights: ```md > [!NOTE] > Useful information that users should know, even when skimming content. ``` https://docs.github.com/en/get-started/writing-on-github/getting-started-with-writing-and-formatting-on-github/basic-writing-and-formatting-syntax#alerts Heading can be added by using heading syntax ```md > [!NOTE] > ## heading > > Useful information that users should know, even when skimming content. ``` > [!NOTE] > ## heading > > Useful information that users should know, even when skimming content.
GitHub Markdown flavour uses the following format for highlights:
https://docs.github.com/en/get-started/writing-on-github/getting-started-with-writing-and-formatting-on-github/basic-writing-and-formatting-syntax#alerts
Heading can be added by using heading syntax
Note
heading
Useful information that users should know, even when skimming content.