Skip to content

Commit

Permalink
Add rehype-recma to list of packages in monorepo
Browse files Browse the repository at this point in the history
  • Loading branch information
wooorm committed Oct 18, 2024
1 parent 0b98a02 commit c0b88c6
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
2 changes: 1 addition & 1 deletion packages/rehype-recma/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"contributors": [
"Titus Wormer <[email protected]> (https://wooorm.com)"
],
"description": "recma plugin to transform HTML (hast) to JS (estree)",
"description": "rehype plugin to transform HTML (hast) to JS (estree)",
"dependencies": {
"@types/estree": "^1.0.0",
"@types/hast": "^3.0.0",
Expand Down
4 changes: 4 additions & 0 deletions readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,8 @@ This GitHub repository is a monorepo that contains the following packages:
* [`recma`][github-recma-core]
`unified`, `recma-parse`, and `recma-stringify`,
useful when input and output are JS
* [`rehype-recma`][github-rehype-recma]
— plugin to transform HTML (hast) to JS (estree)

## Plugins

Expand Down Expand Up @@ -94,6 +96,8 @@ Two good ways to find plugins:

[github-recma-stringify]: https://github.com/mdx-js/recma/tree/main/packages/recma-stringify

[github-rehype-recma]: https://github.com/mdx-js/recma/tree/main/packages/rehype-recma

[github-topic-recma-plugin]: https://github.com/topics/recma-plugin

[wooorm]: https://wooorm.com

0 comments on commit c0b88c6

Please sign in to comment.