diff --git a/.changeset/thin-wasps-run.md b/.changeset/thin-wasps-run.md new file mode 100644 index 0000000..abc08b4 --- /dev/null +++ b/.changeset/thin-wasps-run.md @@ -0,0 +1,5 @@ +--- +"rehype-code-group": patch +--- + +feat: improved accesibility of code group tabs diff --git a/README.md b/README.md index ca10198..75310db 100644 --- a/README.md +++ b/README.md @@ -6,6 +6,9 @@ A [Rehype](https://github.com/rehypejs/rehype) plugin for grouping code blocks w **Inspired by [Vitepress Code Groups](https://vitepress.dev/guide/markdown#code-groups)** +> **This plugin is versatile and can be used to create tabs for any type of content, not just code blocks. You can easily organize and display different types of content within tabs.** + + ## Features ✨ - Group code blocks with tabs diff --git a/package.json b/package.json index facc04f..b66e336 100644 --- a/package.json +++ b/package.json @@ -69,7 +69,15 @@ "rehype-code-tabs", "rehype-code-grouping", "rehype-code-group-tabs", - "rehype-code-grouping-tabs" + "rehype-code-grouping-tabs", + "rehype-tabs", + "rehype-tab", + "rehype-code-block", + "rehype-code-group-block", + "rehype-code-grouping-block", + "rehype-code-grouping-tabs-block", + "rehype-tabs-block", + "rehype-tab-block" ], "author": "Sohab Sk", "license": "MIT",