ZhgChgLi / ZMarkupParser

ZMarkupParser is a pure-Swift library that helps you convert HTML strings into NSAttributedString with customized styles and tags.
https://zhgchg.li
MIT License
294 stars 23 forks source link

[Fix] HTML List(ul/ol) Typography issues #61

Closed zhgchgli0718 closed 3 months ago

zhgchgli0718 commented 3 months ago

Thanks @chulbert for reporting this issue and @pykaso for providing the solution PR.

Based on the PR provided by @pykaso, I gained a lot of inspiration regarding HTML list formatting.

As a result, I studied the entire problem and proposed a more comprehensive fix and solution.

Thank you all for your support and patience.

60 , #52