Ticket #3524 (closed defect: fixed)
Opened 6 years ago
Last modified 5 years ago
WikiFormatting - underline bug
| Reported by: | guardian | Owned by: | cboos |
|---|---|---|---|
| Priority: | low | Milestone: | 0.10.1 |
| Component: | wiki system | Version: | 0.9.6 |
| Severity: | minor | Keywords: | |
| Cc: | |||
| Release Notes: | |||
| API Changes: | |||
Description
I wanted to underline the "Summary:" string:
So I did:
__Summary:__
But what got rendered was:
Instead of:
Please note that this ticket description is using html processor to match what's rendered by a buggy wiki engine.
Attachments
Change History
comment:1 Changed 5 years ago by sid
comment:2 Changed 5 years ago by cboos
- Milestone set to 0.11
- Owner changed from jonas to cboos
This was due to the usage of "\w" in the regexp... as we already don't allow that for the last character, I think we can do the same for the first.
If an "_" is really needed in a TracLinks, the quoting syntax can be used, e.g. wiki:"__init__"?
comment:3 Changed 5 years ago by cboos
- Resolution set to fixed
- Status changed from new to closed
Fixed by r3995.
comment:4 Changed 5 years ago by cboos
- Milestone changed from 0.11 to 0.10.1
Ported to 0.10-stable in r4015.



It looks like the html tag is not closed if you put a colon before the closing __ and thus leaks to the end of the paragraph.
e.g.:
renders as
test this out.