Uploaded image for project: 'Nuxeo Platform'
  1. Nuxeo Platform
  2. NXP-9376

Some text is removed when creatign a markdown Note

    XMLWordPrintable

    Details

    • Type: Bug
    • Status: Resolved
    • Priority: Minor
    • Resolution: Fixed
    • Affects Version/s: None
    • Fix Version/s: 5.6-RC3, 5.6
    • Component/s: Convert

      Description

      Creating a note with the following text:

      Test XML code
          <extension target="org.nuxeo.runtime.LoginComponent" point="domains">
            ...
            <domain name="nuxeo-ecm-web">
              <login-module code="org.nuxeo.ecm.core.api.local.ClientLoginModule"
                flag="required">
                <option name="password-stacking">true</option>
                <option name="restore-login-identity">true</option>
                <option name="multi-threaded">true</option>
              </login-module>
            </domain>
            ...
          </extension>
      

      After saving, I end up with:

      Test XML code
      
            
            ...
            
              
                <option>true</option>
      
                <option>true</option>
      
                <option>true</option>
      
              
            
            ...
      

        Attachments

          Activity

            People

            • Votes:
              0 Vote for this issue
              Watchers:
              1 Start watching this issue

              Dates

              • Created:
                Updated:
                Resolved: