Uploaded image for project: 'Confluence'
  1. Confluence
  2. CONFLUENCE-230

Nested lists with paragraphs are incorrectly rendered

    XMLWordPrintable

Details

    • Bug
    • Resolution: Unresolved
    • Major
    • None
    • 9.43.0
    • Syntax - XHTML
    • 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

          Activity

            People

              Unassigned Unassigned
              rjakse Raphaël Jakse
              Votes:
              0 Vote for this issue
              Watchers:
              0 Start watching this issue

              Dates

                Created:
                Updated: