From 6aa569db94e275c13775762795473538bf35f948 Mon Sep 17 00:00:00 2001 From: Benjamin Charity Date: Sun, 4 Feb 2024 19:03:03 -0500 Subject: [PATCH] chore: add new semantic images plugin --- doc/plugins.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/doc/plugins.md b/doc/plugins.md index abae0be5..29b18284 100644 --- a/doc/plugins.md +++ b/doc/plugins.md @@ -169,6 +169,8 @@ The list of plugins: — rewrite element with rehype * [`rehype-sanitize`](https://github.com/rehypejs/rehype-sanitize) — sanitize HTML +* [`rehype-semantic-images`](https://github.com/benjamincharity/rehype-semantic-images) + — Enrich HTML images with semantic elements and customizable features * [`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)