From 29aa217bde54e6730f39c277e64aee72ee82c717 Mon Sep 17 00:00:00 2001 From: Shane Friedman Date: Wed, 18 Dec 2024 11:33:22 -0500 Subject: [PATCH] Add remark-prosemirror to list of plugins Signed-off-by: Shane Friedman --- doc/plugins.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/doc/plugins.md b/doc/plugins.md index 8eeef41a..79d7a899 100644 --- a/doc/plugins.md +++ b/doc/plugins.md @@ -240,6 +240,8 @@ The list of plugins: * 🟢 [`remark-prism`](https://github.com/sergioramos/remark-prism) — highlight code blocks w/ [Prism](https://prismjs.com/) (supporting most Prism plugins) +* 🟢 [`@handlewithcare/remark-prosemirror`](https://github.com/handlewithcarecollective/remark-prosemirror) + — compile markdown to [ProseMirror](https://prosemirror.net/) documents * ⚠️ [`remark-redact`](https://github.com/seafoam6/remark-redact) — new syntax to conceal text matching a regex * 🟢 [`remark-redactable`](https://github.com/code-dot-org/remark-redactable)