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

Converter should make sure generated groups are standalone when it contains paramaters

    XMLWordPrintable

Details

    • Unit
    • Unknown

    Description

      text <div param="value1 value2">some content</div> text
      

      generates

      text (% param="value1 value2" %)(((some content))) text
      

      instead of

      text
      
      (% param="value1 value2" %)
      (((some content)))
      
      text
      

      so the parameters are lost as inline style before the parser find the group.

      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: