Skip to content

Commit a331e1e

Browse files
committed
Migrate to remarkjs
1 parent acdc1a7 commit a331e1e

File tree

2 files changed

+19
-17
lines changed

2 files changed

+19
-17
lines changed

package.json

+5-3
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,8 @@
1010
"compile",
1111
"remark"
1212
],
13-
"repository": "https://github.com/wooorm/remark-html",
14-
"bugs": "https://github.com/wooorm/remark-html/issues",
13+
"repository": "remarkjs/remark-html",
14+
"bugs": "https://github.com/remarkjs/remark-html/issues",
1515
"author": "Titus Wormer <tituswormer@gmail.com> (http://wooorm.com)",
1616
"contributors": [
1717
"Titus Wormer <tituswormer@gmail.com> (http://wooorm.com)",
@@ -68,6 +68,8 @@
6868
]
6969
},
7070
"remarkConfig": {
71-
"plugins": ["preset-wooorm"]
71+
"plugins": [
72+
"preset-wooorm"
73+
]
7274
}
7375
}

readme.md

+14-14
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,7 @@ which do not often occur in the real world.
105105

106106
* [`remark-autolink-headings`](https://github.com/ben-eb/remark-autolink-headings)
107107
— Automatically add links to headings in Markdown
108-
* [`remark-github`](https://github.com/wooorm/remark-github)
108+
* [`remark-github`](https://github.com/remarkjs/remark-github)
109109
— Generate references to GitHub issues, PRs, users, and more
110110
* [`remark-highlight.js`](https://github.com/ben-eb/remark-highlight.js)
111111
— Highlight code blocks
@@ -117,7 +117,7 @@ which do not often occur in the real world.
117117
— Math support for markdown (inline and block)
118118
* [`remark-midas`](https://github.com/ben-eb/remark-midas)
119119
— Highlight CSS code with [midas](https://github.com/ben-eb/midas)
120-
* [`remark-toc`](https://github.com/wooorm/remark-toc)
120+
* [`remark-toc`](https://github.com/remarkjs/remark-toc)
121121
— Generate a Tables of Contents
122122
* ...and [more][remark-plugins]
123123

@@ -167,31 +167,31 @@ For example, the following node:
167167

168168
<!-- Definitions -->
169169

170-
[build-badge]: https://img.shields.io/travis/wooorm/remark-html.svg
170+
[build-badge]: https://img.shields.io/travis/remarkjs/remark-html.svg
171171

172-
[build-status]: https://travis-ci.org/wooorm/remark-html
172+
[build-status]: https://travis-ci.org/remarkjs/remark-html
173173

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

176-
[coverage-status]: https://codecov.io/github/wooorm/remark-html
176+
[coverage-status]: https://codecov.io/github/remarkjs/remark-html
177177

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

180-
[chat]: https://gitter.im/wooorm/remark
180+
[chat]: https://gitter.im/remarkjs/Lobby
181181

182182
[license]: LICENSE
183183

184184
[author]: http://wooorm.com
185185

186186
[npm]: https://docs.npmjs.com/cli/install
187187

188-
[remark]: https://github.com/wooorm/remark
188+
[remark]: https://github.com/remarkjs/remark
189189

190-
[remark-options]: https://github.com/wooorm/remark/tree/master/packages/remark-parse#options
190+
[remark-options]: https://github.com/remarkjs/remark/tree/master/packages/remark-parse#options
191191

192192
[commonmark]: http://commonmark.org
193193

194-
[remark-plugins]: https://github.com/wooorm/remark/blob/master/doc/plugins.md#list-of-plugins
194+
[remark-plugins]: https://github.com/remarkjs/remark/blob/master/doc/plugins.md#list-of-plugins
195195

196196
[mdast]: https://github.com/syntax-tree/mdast
197197

@@ -203,10 +203,10 @@ For example, the following node:
203203

204204
[to-hast]: https://github.com/syntax-tree/mdast-util-to-hast#note
205205

206-
[remark2rehype]: https://github.com/wooorm/remark-rehype
206+
[remark2rehype]: https://github.com/remarkjs/remark-rehype
207207

208-
[rehype-stringify]: https://github.com/wooorm/rehype/tree/master/packages/rehype-stringify
208+
[rehype-stringify]: https://github.com/rehypejs/rehype/tree/master/packages/rehype-stringify
209209

210-
[rehype]: https://github.com/wooorm/rehype
210+
[rehype]: https://github.com/rehypejs/rehype
211211

212212
[hast]: https://github.com/syntax-tree/hast

0 commit comments

Comments
 (0)