Details
-
Bug
-
Resolution: Cannot Reproduce
-
Major
-
None
-
4.2
-
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]] )))