From cf52183d66e4e354ec1673d14fbef297e087ae94 Mon Sep 17 00:00:00 2001 From: Swizec Teller Date: Mon, 21 Jan 2019 14:43:57 -0800 Subject: [PATCH] Add remark-utf8s and remark-code-screenshot to list of plugins Closes #381 Reviewed-by: Merlijn Vos --- doc/plugins.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/doc/plugins.md b/doc/plugins.md index 79526778d..a85f91b61 100644 --- a/doc/plugins.md +++ b/doc/plugins.md @@ -38,6 +38,8 @@ See [Creating plugins][create] below. – custom syntax for id’s, classes, and data attributes to spans of text * [`remark-breaks`](https://github.com/remarkjs/remark-breaks) – support hard breaks without needing spaces (like on issues) +* [`remark-code-screenshot`](https://github.com/Swizec/remark-code-screenshot) + – turn code blocks into carbon.now.sh screenshots * [`remark-collapse`](https://github.com/Rokt33r/remark-collapse) — make a section collapsible * [`remark-comment-blocks`](https://github.com/remarkjs/remark-comment-blocks) @@ -174,6 +176,8 @@ See [Creating plugins][create] below. — remove all links, references, and definitions * [`remark-usage`](https://github.com/remarkjs/remark-usage) — add a usage example +* [`remark-utf8`](https://github.com/Swizec/remark-utf8) + — turn bolds, italics, and code into UTF-8 special characters * [`remark-validate-links`](https://github.com/remarkjs/remark-validate-links) — check links to headings and files * [`remark-vdom`](https://github.com/remarkjs/remark-vdom)