From 941baa478ac4c4d7a0942876fe873d4f6a72c63c Mon Sep 17 00:00:00 2001 From: Igor Gassmann Date: Mon, 15 Nov 2021 15:30:45 +0300 Subject: [PATCH] Add `remark-directive-rehype` to list of plugins (#901) --- doc/plugins.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/doc/plugins.md b/doc/plugins.md index d39567fa3..e81fb9c3c 100644 --- a/doc/plugins.md +++ b/doc/plugins.md @@ -91,6 +91,8 @@ The list of plugins: β€” turn some or all remark’s tokenizers on or off * 🟒 [`remark-directive`](https://github.com/remarkjs/remark-directive) β€” new syntax for directives (generic extensions) +* 🟒 [`remark-directive-rehype`](https://github.com/IGassmann/remark-directive-rehype) + β€” turn [directives][d] into HTML custom elements (rehype compatible) * 🟒 [`remark-dropcap`](https://github.com/brev/remark-dropcap) β€” fancy and accessible drop caps * 🟒 [`remark-embed-images`](https://github.com/remarkjs/remark-embed-images)