From 1a96df2d9ba7dde1e3acb8312e357dc879e0a35c Mon Sep 17 00:00:00 2001 From: Lee Byron Date: Sun, 9 Jan 2022 21:32:30 -0800 Subject: [PATCH] Adds remark-comment plugin to list https://github.com/leebyron/remark-comment --- doc/plugins.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/doc/plugins.md b/doc/plugins.md index 15921e005..659a34ae7 100644 --- a/doc/plugins.md +++ b/doc/plugins.md @@ -66,6 +66,8 @@ The list of plugins: – create CodeSandbox from code blocks * 🟢 [`remark-collapse`](https://github.com/Rokt33r/remark-collapse) — make a section collapsible +* 🟢 [`remark-comment`](https://github.com/leebyron/remark-comment) + — Ignore HTML comments (compatible with MDX) * 🟢 [`remark-comment-config`](https://github.com/remarkjs/remark-comment-config) — configure remark w/ comments * ⚠️ [`remark-comments`](https://github.com/zestedesavoir/zmarkdown/tree/HEAD/packages/remark-comments#readme)