Automattic / simplenote-ios

Simplenote for iOS
https://simplenote.com
GNU General Public License v2.0
2.04k stars 285 forks source link

Nested bullets render inconsistently; only support two levels of nesting #831

Open codebykat opened 4 years ago

codebykat commented 4 years ago

A user in #3185157-zen requested help with this so I was experimenting. I found that:

Related: #274

Screenshots

IMG_5421 IMG_5422

charliescheer commented 3 years ago

Adding some testing text for this issue

* one
* Two
  * three
  *  four
      *five
      *six

<ul><li>hi</li>
<li><ul><li>two</li></ul></li></il>