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

Converter should makes sure velocity or html macro does not start in a block and ends in another

    XMLWordPrintable

Details

    • Unit
    • Unknown

    Description

      some text <element></element>
      
      <element></element> another paragraph
      

      should give

      {{html wiki="true"}}
      some text <element></element>
      
      <element></element> another paragraph
      {{/html}}
      

      instead of

      some text {{html wiki="true"}}<element></element>
      
      <element></element>{{/html}} another paragraph
      

      because in the second one the macro itself is inline and contains two paragraphs

      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: