Modify ↓
Ticket #3524 (closed defect: fixed)
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: |
Description
I wanted to underline the "Summary:" string:
So I did:
__Summary:__
But what got rendered was:
Summary:__Instead of:
Summary:Please note that this ticket description is using html processor to match what's rendered by a buggy wiki engine.
Attachments
Change History
comment:2 Changed 3 years ago by cboos
- Owner changed from jonas to cboos
- Milestone set to 0.11
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__"?
Note: See
TracTickets for help on using
tickets.



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.