View Single Post
Old 07-05-2016, 02:52 AM   #1
Terisa de morgan
Grand Sorcerer
Terisa de morgan ought to be getting tired of karma fortunes by now.Terisa de morgan ought to be getting tired of karma fortunes by now.Terisa de morgan ought to be getting tired of karma fortunes by now.Terisa de morgan ought to be getting tired of karma fortunes by now.Terisa de morgan ought to be getting tired of karma fortunes by now.Terisa de morgan ought to be getting tired of karma fortunes by now.Terisa de morgan ought to be getting tired of karma fortunes by now.Terisa de morgan ought to be getting tired of karma fortunes by now.Terisa de morgan ought to be getting tired of karma fortunes by now.Terisa de morgan ought to be getting tired of karma fortunes by now.Terisa de morgan ought to be getting tired of karma fortunes by now.
 
Terisa de morgan's Avatar
 
Posts: 6,636
Karma: 12595249
Join Date: Jun 2009
Location: Madrid, Spain
Device: Kobo Clara/Aura One/Forma,XiaoMI 5, iPad, Huawei MediaPad, YotaPhone 2
Posible but at html comments

Hi,

I don't know if there's info about this but I think I've stomped over a bug in nested lists treatment inside html comments (any text field).

When I create a list like this one:
  1. Green 2016
    1. Cover
  2. July 2016
    1. Dog

the treatment is OK, but if I create a list like the following one:
  1. Green 2016
    • Cover
  2. July 2016
    • Dog

It's not parsed OK and I end with something like this

Click image for larger version

Name:	Capture.JPG
Views:	292
Size:	10.0 KB
ID:	149909

because the html code looks like this:

Code:
<div><ol><li>Green 2016</li></ol><ul><li>Cover</li></ul><li>July 2016</li><ol><li>Dog</li></ol></div>
instead of

Code:
<div><ol><li>Green 2016</li><ul><li>Cover</li></ul><li>July 2016</li><ul><li>Dog</li></ul></ol></div>
Terisa de morgan is offline   Reply With Quote