Edgewall Software
Modify

Ticket #3524 (closed defect: fixed)

Opened 4 years ago

Last modified 3 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:

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:1 Changed 3 years ago by sid

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.:

__Sumary:__ testing this out

renders as

Sumary: testing this out

test this out.

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__"?

comment:3 Changed 3 years ago by cboos

  • Status changed from new to closed
  • Resolution set to fixed

Fixed by r3995.

comment:4 Changed 3 years ago by cboos

  • Milestone changed from 0.11 to 0.10.1

Ported to 0.10-stable in r4015.

View

Add a comment

Modify Ticket

Change Properties
<Author field>
Action
as closed
Next status will be 'reopened'
to The owner will be changed from cboos. Next status will be 'closed'
Author


E-mail address and user name can be saved in the Preferences.

 
Note: See TracTickets for help on using tickets.