Cocoanetics / DTCoreText

Methods to allow using HTML code with CoreText
BSD 2-Clause "Simplified" License
6.35k stars 1.18k forks source link

Nested lists, the first line of each list item wraps prematurely. #1238

Open jayden320 opened 3 years ago

jayden320 commented 3 years ago

Sample Html: <ul><li><u><b>下划线来啦</b></u><ul><li><u><b><i>斜体字也来啦</i></b></u><ul><li><strike><u><b><i>删除线也不能错过哦除线也不能错过哦除线也不能错过哦除线也不能错过哦除线也不能错过哦</i></b></u></strike><ol><li><u><b>还有我还有我我还有还有我还有我我还有还有我还有我我还有还有我还有我我还有我</b></u></li><li><u><b>还有我还有我我还有还有我还有我我还有还有我还有我我还有还有我还有我我还有我</b></u></li></ol></li><li><u><b>呵呵呵</b></u></li></ul></li><li><b>哈哈哈哈</b></li></ul></li><li><b>吃什么呢</b></li></ul>

Result: image

I guess it is caused by two tabs in the DTCSSListStyle: \x09%@\x09. But I don't know how to fix this problem.