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 2691da2 commit 534ede9
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 13 deletions.
8 changes: 5 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@
"compile",
"remark"
],
"repository": "https://github.com/wooorm/remark-vdom",
"bugs": "https://github.com/wooorm/remark-vdom/issues",
"repository": "https://github.com/remarkjs/remark-vdom",
"bugs": "https://github.com/remarkjs/remark-vdom/issues",
"author": "Titus Wormer <tituswormer@gmail.com> (http://wooorm.com)",
"contributors": [
"Titus Wormer <tituswormer@gmail.com> (http://wooorm.com)"
Expand Down Expand Up @@ -64,6 +64,8 @@
]
},
"remarkConfig": {
"plugins": ["preset-wooorm"]
"plugins": [
"preset-wooorm"
]
}
}
20 changes: 10 additions & 10 deletions readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -164,13 +164,13 @@ Integrates with the same tools as [`remark-html`][remark-html].

## Related

* [`remark-rehype`](https://github.com/wooorm/remark-rehype)
* [`remark-rehype`](https://github.com/remarkjs/remark-rehype)
— Properly transform to an HTML virtual DOM (HAST)
* [`rehype-react`](https://github.com/rhysd/rehype-react)
— Transform HAST to React
* [`remark-react`](https://github.com/mapbox/remark-react)
— Compile markdown to React
* [`remark-man`](https://github.com/wooorm/remark-man)
* [`remark-man`](https://github.com/remarkjs/remark-man)
— Compile to man pages
* [`remark-html`][remark-html]
— Compile to HTML
Expand All @@ -181,31 +181,31 @@ Integrates with the same tools as [`remark-html`][remark-html].

<!-- Definitions -->

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

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

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

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

[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/Lobby

[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

[vdom]: https://github.com/Matt-Esch/virtual-dom

[vnode-key]: https://github.com/Matt-Esch/virtual-dom/tree/master/virtual-hyperscript#key

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

[hint]: https://github.com/Matt-Esch/virtual-dom/tree/master/virtual-hyperscript#key

Expand Down

0 comments on commit 534ede9

Please sign in to comment.