Details
-
Bug
-
Resolution: Fixed
-
Major
-
9.43.0
-
None
-
Unknown
-
Description
Contents such as:
<![CDATA[<ol> <li><p>Hello</p></li> <li><p>world</p> <ol> <li><p>Hello nested</p></li> <li><p>world nested</p></li> </ol> </li> </ol>]]>
are rendered as:
1. ((( Hello ))) 1. ((( world 1. Hello nested 1. world nested )))
The missing groups reset numbering and adds unwanted vertical spaces.
Attachments
Issue Links
- relates to
-
CONFLUENCE-35 Unwanted character, list items, slash missing out in migrated page
- Closed
-
CONFLUENCE-41 Numbered lists are broken
- Closed
-
XRENDERING-744 Nested lists with paragraphs are incorrectly rendered and cause NPEs
- Closed