Skip to content

Commit a68fab8

Browse files
committed
Migrate to remarkjs
1 parent 66371f1 commit a68fab8

14 files changed

Lines changed: 128 additions & 128 deletions

File tree

contributing.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -113,12 +113,12 @@ prevent you from doing unnecessary work.
113113

114114
[unified]: https://github.com/unifiedjs/unified
115115

116-
[remark]: https://github.com/wooorm/remark
116+
[remark]: https://github.com/remarkjs/remark
117117

118118
[mdast]: https://github.com/syntax-tree/mdast
119119

120120
[mdast-util-to-hast]: https://github.com/syntax-tree/mdast-util-to-hast
121121

122-
[remark-rehype]: https://github.com/wooorm/remark-rehype
122+
[remark-rehype]: https://github.com/remarkjs/remark-rehype
123123

124124
[unit-test]: https://twitter.com/sindresorhus/status/579306280495357953

doc/getting-started.md

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -192,34 +192,34 @@ remark()
192192

193193
<!-- Definitions -->
194194

195-
[logo]: https://cdn.rawgit.com/wooorm/remark/ee78519/logo.svg
195+
[logo]: https://cdn.rawgit.com/remarkjs/remark/ee78519/logo.svg
196196

197-
[issues]: https://github.com/wooorm/remark/issues
197+
[issues]: https://github.com/remarkjs/remark/issues
198198

199-
[gitter]: https://gitter.im/wooorm/remark
199+
[gitter]: https://gitter.im/remarkjs/remark
200200

201201
[npm]: https://docs.npmjs.com/cli/install
202202

203-
[api]: https://github.com/wooorm/remark/tree/master/packages/remark
203+
[api]: https://github.com/remarkjs/remark/tree/master/packages/remark
204204

205-
[cli]: https://github.com/wooorm/remark/tree/master/packages/remark-cli
205+
[cli]: https://github.com/remarkjs/remark/tree/master/packages/remark-cli
206206

207-
[plugins]: https://github.com/wooorm/remark/tree/master/doc/plugins.md
207+
[plugins]: https://github.com/remarkjs/remark/tree/master/doc/plugins.md
208208

209209
[unified]: https://github.com/unifiedjs/unified
210210

211211
[website]: https://unifiedjs.github.io
212212

213-
[unified-args]: https://github.com/wooorm/unified-args
213+
[unified-args]: https://github.com/unifiedjs/unified-args
214214

215-
[frail]: https://github.com/wooorm/unified-args#--frail
215+
[frail]: https://github.com/unifiedjs/unified-args#--frail
216216

217-
[quiet]: https://github.com/wooorm/unified-args#--quiet
217+
[quiet]: https://github.com/unifiedjs/unified-args#--quiet
218218

219-
[parse]: https://github.com/wooorm/remark/tree/master/packages/remark-parse
219+
[parse]: https://github.com/remarkjs/remark/tree/master/packages/remark-parse
220220

221-
[stringify]: https://github.com/wooorm/remark/tree/master/packages/remark-stringify
221+
[stringify]: https://github.com/remarkjs/remark/tree/master/packages/remark-stringify
222222

223-
[preset]: https://github.com/wooorm/remark-lint/tree/master/packages/remark-preset-lint-markdown-style-guide
223+
[preset]: https://github.com/remarkjs/remark-lint/tree/master/packages/remark-preset-lint-markdown-style-guide
224224

225-
[html]: https://github.com/wooorm/remark-html
225+
[html]: https://github.com/remarkjs/remark-html

doc/plugins.md

Lines changed: 34 additions & 34 deletions
Original file line numberDiff line numberDiff line change
@@ -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

doc/products.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -75,8 +75,8 @@ See [plug-ins][plugins] for a list of plugins and utilities.
7575

7676
<!--Definitions:-->
7777

78-
[logo]: https://cdn.rawgit.com/wooorm/remark/ee78519/logo.svg
78+
[logo]: https://cdn.rawgit.com/remarkjs/remark/ee78519/logo.svg
7979

80-
[remark]: https://github.com/wooorm/remark
80+
[remark]: https://github.com/remarkjs/remark
8181

82-
[plugins]: https://github.com/wooorm/remark/blob/master/doc/plugins.md
82+
[plugins]: https://github.com/remarkjs/remark/blob/master/doc/plugins.md

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22
"private": true,
33
"license": "MIT",
44
"homepage": "http://remark.js.org",
5-
"repository": "https://github.com/wooorm/remark",
6-
"bugs": "https://github.com/wooorm/remark/issues",
5+
"repository": "https://github.com/remarkjs/remark",
6+
"bugs": "https://github.com/remarkjs/remark/issues",
77
"devDependencies": {
88
"bail": "^1.0.0",
99
"browserify": "^14.0.0",

packages/remark-cli/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,8 @@
1515
"unified-args": "^4.0.0"
1616
},
1717
"homepage": "http://remark.js.org",
18-
"repository": "https://github.com/wooorm/remark/tree/master/packages/remark-cli",
19-
"bugs": "https://github.com/wooorm/remark/issues",
18+
"repository": "https://github.com/remarkjs/remark/tree/master/packages/remark-cli",
19+
"bugs": "https://github.com/remarkjs/remark/issues",
2020
"author": "Titus Wormer <tituswormer@gmail.com> (http://wooorm.com)",
2121
"contributors": [
2222
"Titus Wormer <tituswormer@gmail.com> (http://wooorm.com)"

packages/remark-cli/readme.md

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -80,32 +80,32 @@ Examples:
8080

8181
<!-- Definitions -->
8282

83-
[build-badge]: https://img.shields.io/travis/wooorm/remark.svg
83+
[build-badge]: https://img.shields.io/travis/remarkjs/remark.svg
8484

85-
[build-status]: https://travis-ci.org/wooorm/remark
85+
[build-status]: https://travis-ci.org/remarkjs/remark
8686

87-
[coverage-badge]: https://img.shields.io/codecov/c/github/wooorm/remark.svg
87+
[coverage-badge]: https://img.shields.io/codecov/c/github/remarkjs/remark.svg
8888

89-
[coverage-status]: https://codecov.io/github/wooorm/remark
89+
[coverage-status]: https://codecov.io/github/remarkjs/remark
9090

91-
[chat-badge]: https://img.shields.io/gitter/room/wooorm/remark.svg
91+
[chat-badge]: https://img.shields.io/gitter/room/remarkjs/Lobby.svg
9292

93-
[chat]: https://gitter.im/wooorm/remark
93+
[chat]: https://gitter.im/remarkjs/Lobby
9494

95-
[license]: https://github.com/wooorm/remark/blob/master/LICENSE
95+
[license]: https://github.com/remarkjs/remark/blob/master/LICENSE
9696

9797
[author]: http://wooorm.com
9898

9999
[npm]: https://docs.npmjs.com/cli/install
100100

101-
[remark]: https://github.com/wooorm/remark
101+
[remark]: https://github.com/remarkjs/remark
102102

103-
[plugins]: https://github.com/wooorm/remark/blob/master/doc/plugins.md
103+
[plugins]: https://github.com/remarkjs/remark/blob/master/doc/plugins.md
104104

105105
[markdown-extensions]: https://github.com/sindresorhus/markdown-extensions
106106

107-
[config-file]: https://github.com/wooorm/unified-engine/blob/master/doc/configure.md
107+
[config-file]: https://github.com/unifiedjs/unified-engine/blob/master/doc/configure.md
108108

109-
[ignore-file]: https://github.com/wooorm/unified-engine/blob/master/doc/ignore.md
109+
[ignore-file]: https://github.com/unifiedjs/unified-engine/blob/master/doc/ignore.md
110110

111-
[unified-args]: https://github.com/wooorm/unified-args#cli
111+
[unified-args]: https://github.com/unifiedjs/unified-args#cli

packages/remark-parse/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,8 @@
1212
"parse"
1313
],
1414
"homepage": "http://remark.js.org",
15-
"repository": "https://github.com/wooorm/remark/tree/master/packages/remark-parse",
16-
"bugs": "https://github.com/wooorm/remark/issues",
15+
"repository": "https://github.com/remarkjs/remark/tree/master/packages/remark-parse",
16+
"bugs": "https://github.com/remarkjs/remark/issues",
1717
"author": "Titus Wormer <tituswormer@gmail.com> (http://wooorm.com)",
1818
"contributors": [
1919
"Titus Wormer <tituswormer@gmail.com> (http://wooorm.com)",

packages/remark-parse/readme.md

Lines changed: 14 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -406,39 +406,39 @@ delete remarkParse.Parser.prototype.blockTokenizers.indentedCode;
406406

407407
<!-- Definitions -->
408408

409-
[build-badge]: https://img.shields.io/travis/wooorm/remark.svg
409+
[build-badge]: https://img.shields.io/travis/remarkjs/remark.svg
410410

411-
[build-status]: https://travis-ci.org/wooorm/remark
411+
[build-status]: https://travis-ci.org/remarkjs/remark
412412

413-
[coverage-badge]: https://img.shields.io/codecov/c/github/wooorm/remark.svg
413+
[coverage-badge]: https://img.shields.io/codecov/c/github/remarkjs/remark.svg
414414

415-
[coverage-status]: https://codecov.io/github/wooorm/remark
415+
[coverage-status]: https://codecov.io/github/remarkjs/remark
416416

417-
[chat-badge]: https://img.shields.io/gitter/room/wooorm/remark.svg
417+
[chat-badge]: https://img.shields.io/gitter/room/remarkjs/Lobby.svg
418418

419-
[chat]: https://gitter.im/wooorm/remark
419+
[chat]: https://gitter.im/remarkjs/Lobby
420420

421-
[license]: https://github.com/wooorm/remark/blob/master/LICENSE
421+
[license]: https://github.com/remarkjs/remark/blob/master/LICENSE
422422

423423
[author]: http://wooorm.com
424424

425425
[npm]: https://docs.npmjs.com/cli/install
426426

427-
[unified]: https://github.com/wooorm/unified
427+
[unified]: https://github.com/unifiedjs/unified
428428

429429
[data]: https://github.com/unifiedjs/unified#processordatakey-value
430430

431-
[processor]: https://github.com/wooorm/remark/blob/master/packages/remark
431+
[processor]: https://github.com/unifiedjs/remark/blob/master/packages/remark
432432

433-
[mdast]: https://github.com/wooorm/mdast
433+
[mdast]: https://github.com/syntax-tree/mdast
434434

435435
[escapes]: http://spec.commonmark.org/0.25/#backslash-escapes
436436

437-
[node]: https://github.com/wooorm/unist#node
437+
[node]: https://github.com/syntax-tree/unist#node
438438

439-
[location]: https://github.com/wooorm/unist#location
439+
[location]: https://github.com/syntax-tree/unist#location
440440

441-
[parser]: https://github.com/wooorm/unified#processorparser
441+
[parser]: https://github.com/unifiedjs/unified#processorparser
442442

443443
[extend]: #extending-the-parser
444444

@@ -450,4 +450,4 @@ delete remarkParse.Parser.prototype.blockTokenizers.indentedCode;
450450

451451
[add]: #addnode-parent
452452

453-
[blocks]: https://github.com/wooorm/remark/blob/master/packages/remark-parse/lib/block-elements.json
453+
[blocks]: https://github.com/remarkjs/remark/blob/master/packages/remark-parse/lib/block-elements.json

packages/remark-stringify/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,8 @@
1212
"stringify"
1313
],
1414
"homepage": "http://remark.js.org",
15-
"repository": "https://github.com/wooorm/remark/tree/master/packages/remark-stringify",
16-
"bugs": "https://github.com/wooorm/remark/issues",
15+
"repository": "https://github.com/remarkjs/remark/tree/master/packages/remark-stringify",
16+
"bugs": "https://github.com/remarkjs/remark/issues",
1717
"author": "Titus Wormer <tituswormer@gmail.com> (http://wooorm.com)",
1818
"contributors": [
1919
"Titus Wormer <tituswormer@gmail.com> (http://wooorm.com)",

0 commit comments

Comments
 (0)