Skip to content

Commit

Permalink
Migrate to remarkjs
Browse files Browse the repository at this point in the history
  • Loading branch information
wooorm committed Dec 8, 2017
1 parent e99c583 commit fcf8a57
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 11 deletions.
8 changes: 5 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@
"image",
"remark"
],
"repository": "https://github.com/wooorm/remark-inline-links",
"bugs": "https://github.com/wooorm/remark-inline-links/issues",
"repository": "remarkjs/remark-inline-links",
"bugs": "https://github.com/remarkjs/remark-inline-links/issues",
"author": "Titus Wormer <tituswormer@gmail.com> (http://wooorm.com)",
"contributors": [
"Titus Wormer <tituswormer@gmail.com> (http://wooorm.com)"
Expand Down Expand Up @@ -60,6 +60,8 @@
]
},
"remarkConfig": {
"plugins": ["preset-wooorm"]
"plugins": [
"preset-wooorm"
]
}
}
16 changes: 8 additions & 8 deletions readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ Transform references and definitions into normal links and images.

## Related

* [`remark-reference-links`](https://github.com/wooorm/remark-reference-links)
* [`remark-reference-links`](https://github.com/remarkjs/remark-reference-links)
— Reverse, thus rewriting normal links and images into references
and definitions
* [`remark-defsplit`](https://github.com/eush77/remark-defsplit)
Expand All @@ -67,22 +67,22 @@ Transform references and definitions into normal links and images.

<!-- Definitions -->

[build-badge]: https://img.shields.io/travis/wooorm/remark-inline-links.svg
[build-badge]: https://img.shields.io/travis/remarkjs/remark-inline-links.svg

[build-status]: https://travis-ci.org/wooorm/remark-inline-links
[build-status]: https://travis-ci.org/remarkjs/remark-inline-links

[coverage-badge]: https://img.shields.io/codecov/c/github/wooorm/remark-inline-links.svg
[coverage-badge]: https://img.shields.io/codecov/c/github/remarkjs/remark-inline-links.svg

[coverage-status]: https://codecov.io/github/wooorm/remark-inline-links
[coverage-status]: https://codecov.io/github/remarkjs/remark-inline-links

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

[chat]: https://gitter.im/wooorm/remark
[chat]: https://gitter.im/remarkjs/remark

[license]: LICENSE

[author]: http://wooorm.com

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

[remark]: https://github.com/wooorm/remark
[remark]: https://github.com/remarkjs/remark

0 comments on commit fcf8a57

Please sign in to comment.