From 6e0a70b578350447da43475fb7b316caaf7b2423 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=B0=8F=E5=BC=9F=E8=B0=83=E8=B0=83?= Date: Wed, 10 Apr 2024 20:42:47 +0800 Subject: [PATCH] Add `remark-github-blockquote-alert` to list of plugins Closes GH-1298. Reviewed-by: Titus Wormer --- doc/plugins.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/doc/plugins.md b/doc/plugins.md index fe917176..74d9f874 100644 --- a/doc/plugins.md +++ b/doc/plugins.md @@ -142,6 +142,8 @@ The list of plugins: — convert GitHub's blockquote-based admonitions syntax to directives syntax * 🟢 [`remark-github-beta-blockquote-admonitions`](https://github.com/myl7/remark-github-beta-blockquote-admonitions) — [GitHub beta blockquote-based admonitions](https://github.com/github/feedback/discussions/16925) +* 🟢 [`remark-github-blockquote-alert`](https://github.com/jaywcjlove/remark-github-blockquote-alert) + — remark plugin to add support for [GitHub Alert](https://docs.github.com/en/get-started/writing-on-github/getting-started-with-writing-and-formatting-on-github/basic-writing-and-formatting-syntax#alerts) * ⚠️ [`remark-grid-tables`](https://github.com/zestedesavoir/zmarkdown/tree/HEAD/packages/remark-grid-tables#readme) — new syntax to describe tables (rehype compatible) * 🟢 [`remark-heading-id`](https://github.com/imcuttle/remark-heading-id)