From 1851ad08742956be6b1c6df262eebc633bfd915c Mon Sep 17 00:00:00 2001 From: Nikita Revenco <154856872+nikitarevenco@users.noreply.github.com> Date: Wed, 25 Sep 2024 03:06:44 +0100 Subject: [PATCH] feat: add `remark-semantic-blockquotes` to list of plugins Signed-off-by: Nikita Revenco <154856872+nikitarevenco@users.noreply.github.com> --- doc/plugins.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/doc/plugins.md b/doc/plugins.md index 9115801f..772b7ab8 100644 --- a/doc/plugins.md +++ b/doc/plugins.md @@ -264,6 +264,8 @@ The list of plugins: * 🟢 [`remark-sectionize`](https://github.com/jake-low/remark-sectionize) — wrap headings and subsequent content in section tags (new node type, rehype compatible) +* 🟢 [`remark-semantic-blockquotes`](https://github.com/nikitarevenco/remark-semantic-blockquotes) + — extend blockquote syntax to make it simple to mention/cite sources in a semantically correct way * ⚠️ [`remark-shortcodes`](https://github.com/djm/remark-shortcodes) — new syntax for Wordpress- and Hugo-like shortcodes (new node type) (👉 **note**: [`remark-directive`][d] is similar and up to date)