From 6339751721f541c9679d069daa13d08b5302e062 Mon Sep 17 00:00:00 2001 From: 171H <40647432+171h@users.noreply.github.com> Date: Thu, 9 Nov 2023 21:35:51 +0800 Subject: [PATCH] chore: fix typo (#16) --- readme.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/readme.md b/readme.md index cb974ad..e457dd9 100644 --- a/readme.md +++ b/readme.md @@ -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?