Modify ↓
#3524 closed defect (fixed)
WikiFormatting - underline bug
| Reported by: | guardian | Owned by: | Christian Boos |
|---|---|---|---|
| Priority: | low | Milestone: | 0.10.1 |
| Component: | wiki system | Version: | 0.9.6 |
| Severity: | minor | Keywords: | |
| Cc: | Branch: | ||
| Release Notes: | |||
| API Changes: | |||
| Internal Changes: | |||
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 (0)
Change History (4)
comment:1 by , 19 years ago
comment:2 by , 19 years ago
| Milestone: | → 0.11 |
|---|---|
| Owner: | changed from to |
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.