Skip to content

Commit

Permalink
chore: fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
171h committed Nov 9, 2023
1 parent 64aeb0d commit a9b1197
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ several remark and rehype plugins currently do.
**remark** adds support for markdown to unified.
**rehype** adds support for HTML to unified.
**mdast** is the markdown AST that remark uses.
**hast** is the markdown AST that rehype uses.
**hast** is the HTML AST that rehype uses.
This is a rehype plugin that transforms hast into mdast to support remark.

## When should I use this?
Expand Down

0 comments on commit a9b1197

Please sign in to comment.