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

<p><strong>1. Carrot</strong></p> is rendered into xwiki 2.0 syntax incorrectly

    XMLWordPrintable

Details

    • Unit

    Description

      Consider following rendering test case:

      .#-----------------------------------------------------
      .input|xhtml/1.0
      .#-----------------------------------------------------
      <p><strong>1. Carrot</strong></p>
      .#-----------------------------------------------------
      .expect|xwiki/2.0
      .#-----------------------------------------------------
      **1. Carrot**
      

      This test case passes but the generated xwiki 2.0 code corresponds to a list. The correct output should be:

      **~1. Carrot**
      

      Attachments

        Activity

          People

            tmortagne Thomas Mortagne
            asiri Asiri Rathnayake
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: