From d743267ecfd69e370e1c2575fb800863a095c3af Mon Sep 17 00:00:00 2001 From: ITZSHOAIB Date: Thu, 14 Nov 2024 03:02:47 +0530 Subject: [PATCH] chore: version bump --- .changeset/thin-wasps-run.md | 5 +++++ README.md | 3 +++ package.json | 10 +++++++++- 3 files changed, 17 insertions(+), 1 deletion(-) create mode 100644 .changeset/thin-wasps-run.md 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",