From 0ee5336a9f1b05234b8e7011da0b7bcb008306a1 Mon Sep 17 00:00:00 2001 From: Sam Lanning Date: Sat, 29 Jun 2019 09:20:14 -0700 Subject: [PATCH] Add `remark-code-extra` to List of Plugins Closes GH-412. Reviewed-by: Titus Wormer --- doc/plugins.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/doc/plugins.md b/doc/plugins.md index 4a9acd7ec..a02e0df4b 100644 --- a/doc/plugins.md +++ b/doc/plugins.md @@ -41,6 +41,8 @@ See [Creating plugins][create] below. * [`remark-capitalize`](https://github.com/zeit/remark-capitalize) – transform all titles with [title.sh](https://github.com/zeit/title) +* [`remark-code-extra`](https://github.com/samlanning/remark-code-extra) + — Add to or transform the HTML output of code blocks (rehype compatible) * [`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)