Bug: List Items inside Ordered Lists
-
The following
<ol> <li>Test</li> <li>Test</li> <li>Test</li> </ol>gets transformed into
<ol><li>Test</li></ol> <ol><li>Test</li></ol> <ol><li>Test</li></ol>
The topic ‘Bug: List Items inside Ordered Lists’ is closed to new replies.