From 927083c8f5e39ffe5d5016c7c8ed28a013bdc2a6 Mon Sep 17 00:00:00 2001 From: Sam Lanning Date: Mon, 8 Jul 2019 12:49:56 -0700 Subject: [PATCH] Add `remark-code-frontmatter to plugins` Closes #414 --- doc/plugins.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/doc/plugins.md b/doc/plugins.md index a02e0df4b..572cbd517 100644 --- a/doc/plugins.md +++ b/doc/plugins.md @@ -43,6 +43,8 @@ See [Creating plugins][create] below. [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-frontmatter`](https://github.com/samlanning/remark-code-frontmatter) + — Extract frontmatter from markdown code blocks * [`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)