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

Line breaks followed by empty format at the end of block elements should be escaped

    XMLWordPrintable

Details

    • Unknown

    Description

      Steps to reproduce:

      Convert

      <table border="1">
      <tr>
      <td>var</td>
      <td><span style="color: #0000ff;">asdf<br/></span></td>
      </tr>
      <tr>
      <td>bar</td>
      <td>function</td>
      </tr>
      </table> 

      to XWiki/2.0 syntax.

      Expected result:

      (% border="1" %)
      |var|(%%)(% style="color: #0000ff;" %)asdf\\
      |bar|function 

      Actual result:

      (% border="1" %)
      |var|(%%)(% style="color: #0000ff;" %)asdf
      
      |bar|function 

      See also https://forum.xwiki.org/t/table-breaks-when-converting-from-html/16859

      Attachments

        Issue Links

          Activity

            People

              MichaelHamann Michael Hamann
              MichaelHamann Michael Hamann
              Votes:
              0 Vote for this issue
              Watchers:
              1 Start watching this issue

              Dates

                Created:
                Updated: