Edgewall Software

Ticket #3524 (closed defect: fixed)

Opened 3 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

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.

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

Changed 3 years ago by cboos

  • status changed from new to closed
  • resolution set to fixed

Fixed by r3995.

Changed 3 years ago by cboos

  • milestone changed from 0.11 to 0.10.1

Ported to 0.10-stable in r4015.

Add/Change #3524 (WikiFormatting - underline bug)

Author


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


Change Properties
<Author field>
Action
as closed
Next status will be 'reopened'
to The owner will change from cboos. Next status will be 'closed'
 
Note: See TracTickets for help on using tickets.