Comment 2 by Nikolaus Schaller, Oct 29, 2013
The key problem appears to be in the HTML -> DOM Tree translator that tries to handle <p> elements lazily (i.e. nested <p> elements are linearized because in HTML1 they were never closed and did work like a paragraph end instead of XML paragraph start). This logic appears to wrongly move the explicit <p> up one level so that it is not a child of <li> but a sibling. I.e. <li><p>something</li> becomes <li></li><p>something</p> Therefore you don't see the indentation applied to <li> elements. <div> is not handled lazily, i.e. it is correctly a child.
Comment 3 by William Kisner, Sep 28, 2019
The projects are awesome and the efforts made by you are easily visible in this https://awriter.org/extraessay-com-review/ magnificent project. you really have done a very good job. Thank's for letting us check upon your talent.
Sign in to reply to this comment.
Reported by Richard Stonehouse, Jul 2, 2011