Skip to content

v1.9.1

Compare
Choose a tag to compare
@zhgchgli0718 zhgchgli0718 released this 28 May 16:30
· 38 commits to main since this release
  • 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>

with