From b7d8d08437e7d8d8405c9dd5f8d2ccfa9753dfa3 Mon Sep 17 00:00:00 2001 From: ZhgChgLi <33706588+zhgchgli0718@users.noreply.github.com> Date: Fri, 8 Nov 2024 02:42:09 +0800 Subject: [PATCH] Add ZMarkupParser (#1848) --- contents.json | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/contents.json b/contents.json index 0bc20788..8b54895b 100644 --- a/contents.json +++ b/contents.json @@ -2839,6 +2839,12 @@ "description": "Headless browser.", "homepage": "https://github.com/mkoehnke/WKZombie" }, + { + "title": "ZMarkupParser", + "category": "html", + "description": "Helps you convert HTML strings into NSAttributedString with customized styles and tags.", + "homepage": "https://github.com/ZhgChgLi/ZMarkupParser" + }, { "title": "CocoaMQTT", "category": "messaging-protocol",