Skip to content

Commit

Permalink
Change to comply to CommonMark
Browse files Browse the repository at this point in the history
* Change to comply to CommonMark — prefer the first when duplicate
  definitions are found
  • Loading branch information
wooorm committed Oct 3, 2020
1 parent 2fde1db commit fc18fe8
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -32,7 +32,7 @@
],
"types": "types/index.d.ts",
"dependencies": {
"mdast-util-to-hast": "^9.1.0"
"mdast-util-to-hast": "^10.0.0"
},
"devDependencies": {
"browserify": "^16.0.0",
Expand Down
7 changes: 7 additions & 0 deletions readme.md
Expand Up @@ -13,6 +13,13 @@
> Note: `remark-rehype` doesn’t deal with HTML inside the Markdown.
> You’ll need [`rehype-raw`][raw] if you’re planning on doing that.
## Note!

This plugin is ready for the new parser in remark
([`remarkjs/remark#536`](https://github.com/remarkjs/remark/pull/536)).
The current and previous versions of the plugin work with the current and
previous versions of remark.

## Install

[npm][]:
Expand Down

0 comments on commit fc18fe8

Please sign in to comment.