Uploaded image for project: 'XWiki Rendering'
  1. XWiki Rendering
  2. XRENDERING-5

List items that contain sub-items followed by text are not rendered properly

    XMLWordPrintable

Details

    • Bug
    • Resolution: Unresolved
    • Major
    • None
    • Rendering in the platform
    • None
    • any
    • list item text embeded document

    Description

      XHTML 1.0 input:

      <ul><li>foo<ul><li>bar</li></ul>after</li></ul>
      

      which looks like:

      - foo
        - bar
        after
      

      (note: "after" is inside the first list item)

      is rendered in XWiki 2.0 syntax as:

      * foo
      ** barafter
      

      (note: "after" is inside the second list item)

      The correct output is:

      * foo(((* bar)))after
      

      Attachments

        Issue Links

          Activity

            People

              Unassigned Unassigned
              mflorea Marius Dumitru Florea
              Votes:
              0 Vote for this issue
              Watchers:
              3 Start watching this issue

              Dates

                Created:
                Updated: