### Code of Conduct - [x] I have read and agree to the GitHub Docs project's [Code of Conduct](https://github.com/github/docs/blob/main/.github/CODE_OF_CONDUCT.md) ### What article on docs.github.com is affected? https://docs.github.com/en/contributing/writing-for-github-docs/using-markdown-and-liquid-in-github-docs#alerts ### What part(s) of the article would you like to see updated? There are two issues with the Alerts section of https://docs.github.com/en/contributing/writing-for-github-docs/using-markdown-and-liquid-in-github-docs#alerts: 1. The given one-line alert example: ```markdown > [!NOTE] Keep this in mind. ``` doesn't render / isn't supported as you can see next: > [!NOTE] Keep this in mind. 2. The list of types is missing Important, as was noted and fixed elsewhere: - #35860 - #35875 It is probably best to keep things DRY and refer readers to the style guide. ### Additional information _No response_