@@ -112,18 +112,26 @@ Have a good idea for a new plugin? Let’s [chat][gitter] and make it happen!
112112 — Replace [ mermaid] ( https://mermaidjs.github.io/ ) graphs with rendered SVGs
113113* [ ` remark-message-control ` ] ( https://github.com/remarkjs/remark-message-control )
114114 — Enable, disable, and ignore messages
115+ * [ ` remark-metadata ` ] ( https://github.com/temando/remark-metadata )
116+ — Add metadata about the processed file as front matter
115117* [ ` remark-midas ` ] ( https://github.com/ben-eb/remark-midas )
116118 — Highlight CSS in Markdown files with [ midas] ( https://github.com/ben-eb/midas )
117119* [ ` remark-normalize-headings ` ] ( https://github.com/eush77/remark-normalize-headings )
118120 — Ensure at most one top-level heading is in the document
119121* [ ` remark-openapi ` ] ( https://github.com/temando/remark-openapi )
120122 — Convert links to local or remote OpenAPI definition to tables with
121123 summaries of all paths
124+ * [ ` remark-parse-yaml ` ] ( https://github.com/landakram/remark-parse-yaml )
125+ — Parse YAML blocks into structured data
122126* [ ` remark-ping ` ] ( https://github.com/zestedesavoir/zmarkdown/tree/master/packages/remark-ping )
123127 — Custom syntax, parses ` @user ` , ` @**first last** ` , configurable existence
124128 check. Rehype compatible
125129* [ ` remark-react ` ] ( https://github.com/mapbox/remark-react )
126130 — Compile Markdown to [ React] ( https://github.com/facebook/react )
131+ * [ ` remark-react-codemirror ` ] ( https://github.com/craftzdog/remark-react-codemirror )
132+ — Syntax highlighting for
133+ [ remark-react] ( https://github.com/mapbox/remark-react ) through
134+ [ CodeMirror] ( https://codemirror.net )
127135* [ ` remark-react-lowlight ` ] ( https://github.com/bebraw/remark-react-lowlight )
128136 — Syntax highlighting for
129137 [ remark-react] ( https://github.com/mapbox/remark-react ) through
@@ -142,6 +150,8 @@ Have a good idea for a new plugin? Let’s [chat][gitter] and make it happen!
142150 — Add slugs to headings
143151* [ ` remark-strip-badges ` ] ( https://github.com/remarkjs/remark-strip-badges )
144152 — Remove badges (such as ` shields.io ` )
153+ * [ ` remark-strip-html ` ] ( https://github.com/craftzdog/remark-strip-html )
154+ — Remove html formatting
145155* [ ` remark-squeeze-paragraphs ` ] ( https://github.com/eush77/remark-squeeze-paragraphs )
146156 — Remove empty paragraphs
147157* [ ` remark-sub-super ` ] ( https://github.com/zestedesavoir/zmarkdown/tree/master/packages/remark-sub-super )
@@ -164,6 +174,8 @@ Have a good idea for a new plugin? Let’s [chat][gitter] and make it happen!
164174 — Validate links point to existing headings and files
165175* [ ` remark-vdom ` ] ( https://github.com/remarkjs/remark-vdom )
166176 — Compile Markdown to [ VDOM] ( https://github.com/Matt-Esch/virtual-dom/ )
177+ * [ ` remark-wiki-link ` ] ( https://github.com/landakram/remark-wiki-link )
178+ — Parse and render wiki links
167179* [ ` remark-yaml-annotations ` ] ( https://github.com/sfrdmn/remark-yaml-annotations )
168180 — Extend Markdown with YAML-based annotation syntax
169181* [ ` remark-yaml-config ` ] ( https://github.com/remarkjs/remark-yaml-config )
0 commit comments