From a9b1197155c0d25c889da1b87a723ce9a7d43bc3 Mon Sep 17 00:00:00 2001 From: 171H <1091088708@qq.com> Date: Thu, 9 Nov 2023 21:30:13 +0800 Subject: [PATCH] chore: fix typo --- 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?