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

The converter should protect formating from html content

    XMLWordPrintable

Details

    • Unit
    • Unknown

    Description

      Currently

      <table>
        <tr>
          <td></td>
        </tr>
      </table>
      

      become

      {{html clean="false" wiki="true"}}<table> <tr><td></td></tr> </table>{{/html}}
      

      which is correct but it would be better to have

      {{html clean="false" wiki="true"}}
      <table>
        <tr>
          <td></td>
        </tr>
      </table>
      {{/html}}
      

      since the html white spaces/new lines rule is applied on html macro content

      Attachments

        Activity

          People

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

            Dates

              Created:
              Updated:
              Resolved: