From dcf75b48c47fadddbb94fc847610ccda490bfaae Mon Sep 17 00:00:00 2001 From: Lexus Drumgold Date: Fri, 12 Apr 2024 18:47:08 -0400 Subject: [PATCH] docs: [toc] add `TagName` Signed-off-by: Lexus Drumgold --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 5bf1f872..4be5dfb6 100644 --- a/README.md +++ b/README.md @@ -38,6 +38,7 @@ It implements the [**unist**][unist] spec. - [`TypeExpression`](#typeexpression) - [Mixins](#mixins) - [`Tag`](#tag) + - [`TagName`](#tagname) - [Content model](#content-model) - [`BlockTagContent`](#blocktagcontent) - [`DescriptionContent`](#descriptioncontent)