Releases: ZhgChgLi/ZMarkupParser
Releases · ZhgChgLi/ZMarkupParser
v1.11.0
v1.10.0
- support parsing and mapping
class
/id
attribute
v1.9.4
- minor bug fixes
v1.9.3
- optimize list item
v1.9.2
v1.9.1
- Good news, we can now perfectly adapt the conversion effect of HTML List Items
<ul><ol>
. - minor bug fixes
- usage readme
render HTML List:
<ul>
<li>ZMarkupParser is a pure-Swift library that helps you convert HTML strings into NSAttributedString with customized styles and tags.</li>
<li>ZMarkupParser is a pure-Swift library that helps you convert HTML strings into NSAttributedString with customized styles and tags.</li>
<li>ZMarkupParser is a pure-Swift library that helps you convert HTML strings into NSAttributedString with customized styles and tags.
<ul>
<li>ZMarkupParser is a pure-Swift library that helps you convert HTML strings into NSAttributedString with customized styles and tags.</li>
<li>ZMarkupParser is a pure-Swift library that helps you convert HTML strings into NSAttributedString with customized styles and tags.</li>
<li>ZMarkupParser is a pure-Swift library that helps you convert HTML strings into NSAttributedString with customized styles and tags.</li>
</ul>
</li>
</ul>
v1.9.0
- Good news, we can now perfectly adapt the conversion effect of HTML List Items
<ul><ol>
.
v1.8.2
- minor bug fixes
v1.8.1
- Fix the line break issue.
v1.8.0
- [Fix] Line break issue: Refactored and unified to match browser line break behavior.
- [Fix] List indent formatting.
- [Feature] Added support for Base64 image strings. ref: https://github.com/ZhgChgLi/ZNSTextAttachment/releases/tag/v1.1.9