From d64f548376b9a12bd737c138edbe91521fa1ee8a Mon Sep 17 00:00:00 2001 From: Benjamin Abel Date: Thu, 19 Dec 2024 08:57:14 +0100 Subject: [PATCH] Add adobe/remark-gridtables This package is compatible with new versions of remark. Signed-off-by: Benjamin Abel --- doc/plugins.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/doc/plugins.md b/doc/plugins.md index 8eeef41a..2ce41bfe 100644 --- a/doc/plugins.md +++ b/doc/plugins.md @@ -160,6 +160,8 @@ The list of plugins: — remark plugin to add support for [GitHub Alert](https://docs.github.com/en/get-started/writing-on-github/getting-started-with-writing-and-formatting-on-github/basic-writing-and-formatting-syntax#alerts) * ⚠️ [`remark-grid-tables`](https://github.com/zestedesavoir/zmarkdown/tree/HEAD/packages/remark-grid-tables#readme) — new syntax to describe tables (rehype compatible) +* 🟢 [`@adobe/remark-grid-tables`](https://github.com/adobe/remark-gridtables) + — [pandoc compatible syntax](https://pandoc.org/chunkedhtml-demo/8.9-tables.html#extension-grid_tables) to describe tables (rehype compatible) * 🟢 [`remark-heading-id`](https://github.com/imcuttle/remark-heading-id) — custom heading id support `{#custom-id}` * 🟢 [`remark-heading-gap`](https://github.com/remarkjs/remark-heading-gap)