From caaf37458cbbebb40ab59578ea0c685a16cbd968 Mon Sep 17 00:00:00 2001 From: Elijah Hamovitz Date: Mon, 10 Dec 2018 13:05:45 -0800 Subject: [PATCH] Add `remark-redactable` to list of plugins Closes GH-380. Reviewed-by: Titus Wormer --- doc/plugins.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/doc/plugins.md b/doc/plugins.md index 812459b78..79526778d 100644 --- a/doc/plugins.md +++ b/doc/plugins.md @@ -139,6 +139,9 @@ See [Creating plugins][create] below. — highlight code blocks for **remark-react** with [lowlight](https://github.com/wooorm/lowlight) * [`remark-redact`](https://github.com/seafoam6/remark-redact) — conceal text matching a regex +* [`remark-redactable`](https://github.com/code-dot-org/remark-redactable) + — write plugins to redact content from a markdown document, + then restore it later * [`remark-reference-links`](https://github.com/remarkjs/remark-reference-links) — change links and images to references and definitions * [`remark-rehype`](https://github.com/remarkjs/remark-rehype)