From abc41561ca88f3651d56a968aa91f593844a5e77 Mon Sep 17 00:00:00 2001 From: Nikita Revenco <154856872+nikitarevenco@users.noreply.github.com> Date: Wed, 25 Sep 2024 21:44:46 +0100 Subject: [PATCH] feat: add `rehype-semantic-blockquotes` plugin 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 b9e2810e..c8767e76 100644 --- a/doc/plugins.md +++ b/doc/plugins.md @@ -175,6 +175,8 @@ The list of plugins: — rewrite element with rehype * [`rehype-sanitize`](https://github.com/rehypejs/rehype-sanitize) — sanitize HTML +* [`rehype-semantic-blockquotes`](https://github.com/nikitarevenco/rehype-semantic-blockquotes) + — extend blockquote syntax to make it simple to mention/cite sources in a semantically correct way * [`rehype-scroll-to-top`](https://github.com/benjamincharity/rehype-scroll-to-top) — customizable “Scroll to Top” and “Scroll to Bottom” links * [`rehype-section`](https://github.com/agentofuser/rehype-section)