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

HTML to XWiki Syntax 2.1 conversion error

    XMLWordPrintable

Details

    • Unknown

    Description

      HTML input:

      <p><span style="font-size:10px;">Small font</span>
      <span style="font-size:18px;">Large font</span>
      <span style="font-size:12px;color:orange;">Colored font</span>
      <span style="font-size:12px;font-weight:bold;">Bold font</span>
      <span style="font-size:12px;font-style:italic;">Italic font</span> and more...</p>
      <div class="more-info"><a href="http://www.quackit.com/html/examples/html_text_examples.cfm">More Text Examples...</a></div>
      

      When converted in XWiki Syntax 2.1 generates:

       style="font-size:10px;" %)Small font(%%) (% style="font-size:18px;" %)Large font(%%) (% style="font-size:12px;color:orange;" %)Colored font(%%) (% style="font-size:12px;font-weight:bold;" %)Bold font(%%) (% style="font-size:12px;font-style:italic;" %)Italic font(%%) and more...
      
      (% class="more-info" %)
      (((
      [[More Text Examples...>>url:http://www.quackit.com/html/examples/html_text_examples.cfm]]
      )))
      

      Attachments

        Activity

          People

            tmortagne Thomas Mortagne
            vmassol Vincent Massol
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: