From f6912ac680704f1ef4b558ac57cbf0dd62ed0892 Mon Sep 17 00:00:00 2001 From: Titus Wormer Date: Fri, 28 Jun 2024 15:16:11 +0200 Subject: [PATCH] Add `rehype-starry-night` to list of plugins --- doc/plugins.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/doc/plugins.md b/doc/plugins.md index 860d72a3..65673fc0 100644 --- a/doc/plugins.md +++ b/doc/plugins.md @@ -198,6 +198,9 @@ The list of plugins: — sort attributes * [`rehype-sort-tailwind-classes`](https://github.com/bitcrowd/rehype-sort-tailwind-classes) — sort tailwind classes +* [`rehype-starry-night`](https://github.com/rehypejs/rehype-starry-night) + — apply syntax highlighting to code with + [`starry-night`](https://github.com/wooorm/starry-night) * [`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)