#3524: WikiFormatting - underline bug
----------------------+-----------------------------------------------------
 Reporter:  guardian  |       Owner:  jonas
     Type:  defect    |      Status:  new  
 Priority:  low       |   Milestone:       
Component:  wiki      |     Version:  0.9.6
 Severity:  minor     |    Keywords:       
----------------------+-----------------------------------------------------
 I wanted to underline the "Summary:" string:

 So I did:

 `__Summary:__`

 But what got rendered was:
 {{{
 #!html
 <u>Summary:__</u>
 }}}

 Instead of:
 {{{
 #!html
 <u>Summary:</u>
 }}}

 Please note that this ticket description is using html processor to match
 what's rendered by a buggy wiki engine.

-- 
Ticket URL: <http://trac.edgewall.org/ticket/3524>
The Trac Project <http://trac.edgewall.com/>
_______________________________________________
Trac-Tickets mailing list
[email protected]
http://lists.edgewall.com/mailman/listinfo/trac-tickets

Reply via email to