From cef16fec65afd750f2035d6f0c84a655dac55e0d Mon Sep 17 00:00:00 2001 From: Sohab Sk Date: Sat, 14 Dec 2024 21:58:47 +0530 Subject: [PATCH] Add `rehype-code-group` to list of plugins Closes GH-185. Reviewed-by: Christian Murphy Reviewed-by: Titus Wormer --- doc/plugins.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/doc/plugins.md b/doc/plugins.md index 0bb68810..4d951c99 100644 --- a/doc/plugins.md +++ b/doc/plugins.md @@ -42,6 +42,8 @@ The list of plugins: — add citation and bibliography from bibtex * [`rehype-class-names`](https://github.com/riderjensen/rehype-class-names) — add classes by selector +* [`rehype-code-group`](https://github.com/ITZSHOAIB/rehype-code-group) + — group code blocks (or any element) with highly customizable tabs. * [`rehype-color-chips`](https://github.com/shreshthmohan/rehype-color-chips) — add color chips to inline code blocks with color codes * [`rehype-components`](https://github.com/marekweb/rehype-components)