From 73e145f6877961eeb4acbdd1a9b1dc9042728ac3 Mon Sep 17 00:00:00 2001 From: ZhgChgLi <33706588+zhgchgli0718@users.noreply.github.com> Date: Sat, 15 Jun 2024 00:10:09 +0800 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 6d06f22..ab6efd2 100644 --- a/README.md +++ b/README.md @@ -275,7 +275,7 @@ To extend the tag name and customize its style, you can use the ExtendTagName cl let parser = ZHTMLParserBuilder.initWithDefault().add(ExtendTagName("zhgchgli"), withCustomStyle: MarkupStyle(backgroundColor: MarkupStyleColor(name: .aquamarine))).build() ``` -####Support for Class/ID Style Mapping and Parsing +#### Support for Class/ID Style Mapping and Parsing The class HTML attribute can use the HTMLTagClassAttribute to define classNames with pre-defined styles.