[Trac-tickets] [The Trac Project] #3524: WikiFormatting - underline
bug
The Trac Project
noreply at edgewall.com
Sun Aug 6 09:50:21 CDT 2006
#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/>
More information about the Trac-Tickets
mailing list