@@ -31,13 +31,13 @@ Have a good idea for a new plugin? Let’s [chat][gitter] and make it happen!
3131 – Link manager for Markdown files
3232* [ ` remark-bracketed-spans ` ] ( https://github.com/sethvincent/remark-bracketed-spans )
3333 – Add an id, classes, and data attributes to ` <span> ` tags in markdown
34- * [ ` remark-breaks ` ] ( https://github.com/wooorm /remark-breaks )
34+ * [ ` remark-breaks ` ] ( https://github.com/remarkjs /remark-breaks )
3535 – Breaks support, without needing spaces
3636* [ ` remark-collapse ` ] ( https://github.com/Rokt33r/remark-collapse )
3737 — Make a section collapsible
3838* [ ` remark-comment-blocks ` ] ( https://github.com/ben-eb/remark-comment-blocks )
3939 — Wrap Markdown with a comment block
40- * [ ` remark-comment-config ` ] ( https://github.com/wooorm /remark-comment-config )
40+ * [ ` remark-comment-config ` ] ( https://github.com/remarkjs /remark-comment-config )
4141 — Configure remark with comments
4242* [ ` remark-comments ` ] ( https://github.com/zestedesavoir/zmarkdown/tree/master/packages/remark-comments )
4343 — Configurable custom syntax to ignore parts of the Markdown input
@@ -63,15 +63,15 @@ Have a good idea for a new plugin? Let’s [chat][gitter] and make it happen!
6363* [ ` remark-fix-guillemets ` ] ( https://github.com/zestedesavoir/zmarkdown/tree/master/packages/remark-fix-guillemets )
6464 — For weird typographic reasons, this fixes ` <<a>> ` being parsed as
6565 ` < ` + html tag ` <a> ` + ` > ` and instead replaces this with text ` <<a>> `
66- * [ ` remark-frontmatter ` ] ( https://github.com/wooorm /remark-frontmatter )
66+ * [ ` remark-frontmatter ` ] ( https://github.com/remarkjs /remark-frontmatter )
6767 – Frontmatter (yaml, toml, and more) support
68- * [ ` remark-gemoji ` ] ( https://github.com/wooorm /remark-gemoji )
68+ * [ ` remark-gemoji ` ] ( https://github.com/remarkjs /remark-gemoji )
6969 — Gemoji short-code support in remark
7070* [ ` remark-gemoji-to-emoji ` ] ( https://github.com/jackycute/remark-gemoji-to-emoji )
7171 — Transform Gemoji shortcodes to Unicode emoji
7272* [ ` remark-generic-extensions ` ] ( https://github.com/medfreeman/remark-generic-extensions )
7373 — Commonmark generic directive extension
74- * [ ` remark-github ` ] ( https://github.com/wooorm /remark-github )
74+ * [ ` remark-github ` ] ( https://github.com/remarkjs /remark-github )
7575 — Auto-link references like in GitHub issues, PRs, and comments
7676* [ ` remark-gitlab-artifact ` ] ( https://github.com/temando/remark-gitlab-artifact )
7777 — Download artifacts from GitLab projects to live alongside your Markdown
@@ -84,7 +84,7 @@ Have a good idea for a new plugin? Let’s [chat][gitter] and make it happen!
8484* [ ` remark-highlight.js ` ] ( https://github.com/ben-eb/remark-highlight.js )
8585 — Highlight code blocks in Markdown files with
8686 [ highlight.js] ( https://github.com/isagalaev/highlight.js )
87- * [ ` remark-html ` ] ( https://github.com/wooorm /remark-html )
87+ * [ ` remark-html ` ] ( https://github.com/remarkjs /remark-html )
8888 — Compile Markdown to HTML documents
8989* [ ` remark-html-emoji-image ` ] ( https://github.com/jackycute/remark-html-emoji-image )
9090 — Transform unicode emoji to HTML images
@@ -93,24 +93,24 @@ Have a good idea for a new plugin? Let’s [chat][gitter] and make it happen!
9393* [ ` remark-iframes ` ] ( https://github.com/zestedesavoir/zmarkdown/tree/master/packages/remark-iframes )
9494 — Custom syntax with fully configurable iframe providers, following a
9595 whitelist approach. Rehype compatible
96- * [ ` remark-inline-links ` ] ( https://github.com/wooorm /remark-inline-links )
96+ * [ ` remark-inline-links ` ] ( https://github.com/remarkjs /remark-inline-links )
9797 — Transform references and definitions to normal links and images
9898* [ ` remark-inline-math ` ] ( https://github.com/bizen241/remark-inline-math )
9999 — Inline math support
100100* [ ` remark-kbd ` ] ( https://github.com/zestedesavoir/zmarkdown/tree/master/packages/remark-kbd )
101101 — Custom syntax, parses ` ||foo|| ` into a new mdast inline node type ` kbd ` .
102102 Rehype compatible (` <kbd>foo</kbd> ` )
103- * [ ` remark-license ` ] ( https://github.com/wooorm /remark-license )
103+ * [ ` remark-license ` ] ( https://github.com/remarkjs /remark-license )
104104 — Add a license section
105- * [ ` remark-lint ` ] ( https://github.com/wooorm /remark-lint )
105+ * [ ` remark-lint ` ] ( https://github.com/remarkjs /remark-lint )
106106 — Markdown code style linter
107- * [ ` remark-man ` ] ( https://github.com/wooorm /remark-man )
107+ * [ ` remark-man ` ] ( https://github.com/remarkjs /remark-man )
108108 — Compile Markdown to Man pages (roff)
109109* [ ` remark-math ` ] ( https://github.com/rokt33r/remark-math )
110110 — Math inline and block support
111111* [ ` remark-mermaid ` ] ( https://github.com/temando/remark-mermaid )
112112 — Replace [ mermaid] ( https://mermaidjs.github.io/ ) graphs with rendered SVGs
113- * [ ` remark-message-control ` ] ( https://github.com/wooorm /remark-message-control )
113+ * [ ` remark-message-control ` ] ( https://github.com/remarkjs /remark-message-control )
114114 — Enable, disable, and ignore messages
115115* [ ` remark-midas ` ] ( https://github.com/ben-eb/remark-midas )
116116 — Highlight CSS in Markdown files with [ midas] ( https://github.com/ben-eb/midas )
@@ -128,19 +128,19 @@ Have a good idea for a new plugin? Let’s [chat][gitter] and make it happen!
128128 — Syntax highlighting for
129129 [ remark-react] ( https://github.com/mapbox/remark-react ) through
130130 [ lowlight] ( https://github.com/wooorm/lowlight )
131- * [ ` remark-reference-links ` ] ( https://github.com/wooorm /remark-reference-links )
131+ * [ ` remark-reference-links ` ] ( https://github.com/remarkjs /remark-reference-links )
132132 — Transform links and images to references and definitions
133- * [ ` remark-rehype ` ] ( https://github.com/wooorm /remark-rehype )
134- — [ rehype] ( https://github.com/wooorm /rehype ) support
135- * [ ` remark-retext ` ] ( https://github.com/wooorm /remark-retext )
136- — [ retext] ( https://github.com/wooorm /retext ) support
133+ * [ ` remark-rehype ` ] ( https://github.com/remarkjs /remark-rehype )
134+ — [ rehype] ( https://github.com/rehypejs /rehype ) support
135+ * [ ` remark-retext ` ] ( https://github.com/remarkjs /remark-retext )
136+ — [ retext] ( https://github.com/retextjs /retext ) support
137137* [ ` remark-rewrite-headers ` ] ( https://github.com/strugee/remark-rewrite-headers )
138138 — Change heading levels
139139* [ ` remark-shortcodes ` ] ( https://github.com/djm/remark-shortcodes )
140140 — Parses custom Wordpress/Hugo-like shortcodes inside your Markdown
141- * [ ` remark-slug ` ] ( https://github.com/wooorm /remark-slug )
141+ * [ ` remark-slug ` ] ( https://github.com/remarkjs /remark-slug )
142142 — Add slugs to headings
143- * [ ` remark-strip-badges ` ] ( https://github.com/wooorm /remark-strip-badges )
143+ * [ ` remark-strip-badges ` ] ( https://github.com/remarkjs /remark-strip-badges )
144144 — Remove badges (such as ` shields.io ` )
145145* [ ` remark-squeeze-paragraphs ` ] ( https://github.com/eush77/remark-squeeze-paragraphs )
146146 — Remove empty paragraphs
@@ -154,19 +154,19 @@ Have a good idea for a new plugin? Let’s [chat][gitter] and make it happen!
154154 framework
155155* [ ` remark-title ` ] ( https://github.com/RichardLitt/remark-title )
156156 — Check and inject the title of a markdown as the first element.
157- * [ ` remark-toc ` ] ( https://github.com/wooorm /remark-toc )
157+ * [ ` remark-toc ` ] ( https://github.com/remarkjs /remark-toc )
158158 — Generate a Table of Contents (TOC) for Markdown files
159159* [ ` remark-unlink ` ] ( https://github.com/eush77/remark-unlink )
160160 — Remove all links, references and definitions
161- * [ ` remark-usage ` ] ( https://github.com/wooorm /remark-usage )
161+ * [ ` remark-usage ` ] ( https://github.com/remarkjs /remark-usage )
162162 — Add a usage example to your readme
163- * [ ` remark-validate-links ` ] ( https://github.com/wooorm /remark-validate-links )
163+ * [ ` remark-validate-links ` ] ( https://github.com/remarkjs /remark-validate-links )
164164 — Validate links point to existing headings and files
165- * [ ` remark-vdom ` ] ( https://github.com/wooorm /remark-vdom )
165+ * [ ` remark-vdom ` ] ( https://github.com/remarkjs /remark-vdom )
166166 — Compile Markdown to [ VDOM] ( https://github.com/Matt-Esch/virtual-dom/ )
167167* [ ` remark-yaml-annotations ` ] ( https://github.com/sfrdmn/remark-yaml-annotations )
168168 — Extend Markdown with YAML-based annotation syntax
169- * [ ` remark-yaml-config ` ] ( https://github.com/wooorm /remark-yaml-config )
169+ * [ ` remark-yaml-config ` ] ( https://github.com/remarkjs /remark-yaml-config )
170170 — Configure remark with YAML
171171
172172## List of Presets
@@ -208,29 +208,29 @@ files, use `vfile-`.
208208
209209<!-- Definitions:-->
210210
211- [ logo ] : https://cdn.rawgit.com/wooorm /remark/ee78519/logo.svg
211+ [ logo ] : https://cdn.rawgit.com/remarkjs /remark/ee78519/logo.svg
212212
213213[ plugins ] : #list-of-plugins
214214
215- [ products ] : https://github.com/wooorm /remark/blob/master/doc/products.md
215+ [ products ] : https://github.com/remarkjs /remark/blob/master/doc/products.md
216216
217- [ mdast-util ] : https://github.com/wooorm /mdast#list-of-utilities
217+ [ mdast-util ] : https://github.com/syntax-tree /mdast#list-of-utilities
218218
219- [ unist-util ] : https://github.com/wooorm /unist#unist-node-utilties
219+ [ unist-util ] : https://github.com/syntax-tree /unist#unist-node-utilties
220220
221- [ vfile-util ] : https://github.com/wooorm /vfile#related-tools
221+ [ vfile-util ] : https://github.com/vfile /vfile#related-tools
222222
223- [ unified-use ] : https://github.com/wooorm /unified#processoruseplugin-options
223+ [ unified-use ] : https://github.com/unifiedjs /unified#processoruseplugin-options
224224
225- [ unified-args-use ] : https://github.com/wooorm /unified-args#--use-plugin
225+ [ unified-args-use ] : https://github.com/unifiedjs /unified-args#--use-plugin
226226
227- [ config-file-use ] : https://github.com/wooorm /unified-engine/blob/master/doc/configure.md#plugins
227+ [ config-file-use ] : https://github.com/unifiedjs /unified-engine/blob/master/doc/configure.md#plugins
228228
229- [ unified-plugins ] : https://github.com/wooorm /unified#plugin
229+ [ unified-plugins ] : https://github.com/unifiedjs /unified#plugin
230230
231- [ issues ] : https://github.com/wooorm /remark/issues
231+ [ issues ] : https://github.com/remarkjs /remark/issues
232232
233- [ gitter ] : https://gitter.im/wooorm/remark
233+ [ gitter ] : https://gitter.im/remarkjs/Lobby
234234
235235[ guide ] : https://unifiedjs.github.io/create-a-plugin.html
236236
0 commit comments