diff --git a/docs/guide/markdown.md b/docs/guide/markdown.md index 7a972264..b3ad289a 100644 --- a/docs/guide/markdown.md +++ b/docs/guide/markdown.md @@ -265,9 +265,9 @@ Wraps in a
## GitHub-flavored Alerts -VitePress also supports [GitHub-flavored alerts](https://github.com/orgs/community/discussions/16925) to render as callouts, they will be rendered the same as the [custom containers](/guide/markdown#default-title). +VitePress also supports [GitHub-flavored alerts](https://docs.github.com/en/get-started/writing-on-github/getting-started-with-writing-and-formatting-on-github/basic-writing-and-formatting-syntax#alerts) to render as callouts, they will be rendered the same as the [custom containers](#custom-containers). -``` +```md > [!NOTE] > Highlights information that users should take into account, even when skimming.