From f82da5ef35e2263da0617828afe278b23b728ffe Mon Sep 17 00:00:00 2001 From: Mark Vogelgesang Date: Fri, 28 Jun 2024 09:40:57 -0400 Subject: [PATCH] Update plugins.md Adding rehype-table-data-label to the listing Signed-off-by: Mark Vogelgesang --- doc/plugins.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/doc/plugins.md b/doc/plugins.md index 65673fc0..c3aa8085 100644 --- a/doc/plugins.md +++ b/doc/plugins.md @@ -203,6 +203,8 @@ The list of plugins: [`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-table-data-label`](https://github.com/mvogelgesang/rehype-table-data-label) + - Create responsive tables by turning table headers into data-labels * [`rehype-template`](https://github.com/nzt/rehype-template) — wrap content with template literal * [`rehype-toc`](https://github.com/JS-DevTools/rehype-toc)