Skip to content

Commit

Permalink
Migrate to rehypejs
Browse files Browse the repository at this point in the history
  • Loading branch information
wooorm committed Dec 3, 2017
1 parent b6fb162 commit ea75735
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 11 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@
"mdast",
"hast"
],
"repository": "https://github.com/wooorm/rehype-remark",
"bugs": "https://github.com/wooorm/rehype-remark/issues",
"repository": "rehypejs/rehype-remark",
"bugs": "https://github.com/rehypejs/rehype-remark/issues",
"author": "Titus Wormer <tituswormer@gmail.com> (http://wooorm.com)",
"contributors": [
"Titus Wormer <tituswormer@gmail.com> (http://wooorm.com)"
Expand Down
18 changes: 9 additions & 9 deletions readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ this plugin is mostly used with block nodes.

* [`remark-rehype`](https://github.com/wooorm/remark-rehype)
— Transform markdown to HTML
* [`rehype-retext`](https://github.com/wooorm/rehype-retext)
* [`rehype-retext`](https://github.com/rehypejs/rehype-retext)
— Transform HTML to [NLCST][]
* [`remark-retext`](https://github.com/wooorm/remark-retext)
— Transform markdown to [NLCST][]
Expand All @@ -84,13 +84,13 @@ this plugin is mostly used with block nodes.

<!-- Definitions -->

[travis-badge]: https://img.shields.io/travis/wooorm/rehype-remark.svg
[travis-badge]: https://img.shields.io/travis/rehypejs/rehype-remark.svg

[travis]: https://travis-ci.org/wooorm/rehype-remark
[travis]: https://travis-ci.org/rehypejs/rehype-remark

[codecov-badge]: https://img.shields.io/codecov/c/github/wooorm/rehype-remark.svg
[codecov-badge]: https://img.shields.io/codecov/c/github/rehypejs/rehype-remark.svg

[codecov]: https://codecov.io/github/wooorm/rehype-remark
[codecov]: https://codecov.io/github/rehypejs/rehype-remark

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

Expand All @@ -104,14 +104,14 @@ this plugin is mostly used with block nodes.

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

[rehype]: https://github.com/wooorm/rehype
[rehype]: https://github.com/rehypejs/rehype

[processor]: https://github.com/wooorm/unified#processor
[processor]: https://github.com/unifiedjs/unified#processor

[bridge]: https://github.com/wooorm/unified#bridge
[bridge]: https://github.com/unifiedjs/unified#processing-between-syntaxes

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

[nlcst]: https://github.com/wooorm/nlcst
[nlcst]: https://github.com/syntax-tree/nlcst

[document]: https://github.com/syntax-tree/hast-util-to-mdast#optionsdocument

0 comments on commit ea75735

Please sign in to comment.