From 40fe9ff644dc409f809afbeb4163887e457bf5f9 Mon Sep 17 00:00:00 2001 From: Tomer Aberbach Date: Wed, 17 Apr 2024 08:12:23 -0400 Subject: [PATCH] Add `rehype-svgo` to list of plugins Closes GH-169. --- doc/plugins.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/doc/plugins.md b/doc/plugins.md index 296f75a0..2646406c 100644 --- a/doc/plugins.md +++ b/doc/plugins.md @@ -196,6 +196,8 @@ The list of plugins: — sort attributes * [`rehype-sort-tailwind-classes`](https://github.com/bitcrowd/rehype-sort-tailwind-classes) — sort tailwind classes +* [`rehype-svgo`](https://github.com/TomerAberbach/rehype-svgo) + — optimize inline SVGs using [SVGO](https://github.com/svg/svgo) * [`rehype-template`](https://github.com/nzt/rehype-template) — wrap content with template literal * [`rehype-toc`](https://github.com/JS-DevTools/rehype-toc)