Uploaded image for project: 'XWiki Platform'
  1. XWiki Platform
  2. XWIKI-3485

Ordered lists inside unordered lists are not rendered correctly in XWiki 2.0 syntax

    XMLWordPrintable

Details

    • ordered list inside unordered xwiki renderer
    • Unit

    Description

      XHTML 1.0 input:

      <ul><li>foo<ol><li>bar</li></ol></li></ul>
      

      XWiki 2.0 output:

      * foo
      *1 bar
      

      Notice the missing dot. The right syntax is:

      * foo
      *1. bar
      

      Attachments

        Activity

          People

            tmortagne Thomas Mortagne
            mflorea Marius Dumitru Florea
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: