Edgewall Software
Modify

Opened 5 years ago

Closed 5 years ago

#13099 closed defect (wontfix)

Quoted wiki link syntax stops other wiki syntax

Reported by: anonymous Owned by:
Priority: normal Milestone:
Component: wiki system Version: 1.0.17
Severity: normal Keywords:
Cc: Branch:
Release Notes:
API Changes:
Internal Changes:

Description

Example:

See the italic <label> ("Name:") and the **bold** `<button>` ("Run").

Name:"..." prevents bold and <button> syntax from working unexpectedly.

Maybe it's all working as designed. It can be slightly confusing.

Attachments (0)

Change History (2)

comment:1 by Jun Omae, 5 years ago

Milestone: next-stable-1.0.x
Version: 1.0.17

Good catch!

bold "text-with-colon:" **bold** //italic// ("text") bold

It seems that wiki markups doesn't work between "text-with-colon:" and ("text"). The issue is reproduced between Trac 0.12 and 1.3.x.

comment:2 by Jun Omae, 5 years ago

Milestone: next-stable-1.0.x
Resolution: wontfix
Status: newclosed

Scheme with quoted string is not marked up even if the scheme is not defined. This behavior is by design.

See the italic <label> ("search:") and the **bold** `<button>` ("Run").
See the italic <label> ("foobar:") and the **bold** `<button>` ("Run").

Modify Ticket

Change Properties
Set your email in Preferences
Action
as closed The ticket will remain with no owner.
The resolution will be deleted. Next status will be 'reopened'.
to The owner will be changed from (none) to the specified user.

Add Comment


E-mail address and name can be saved in the Preferences .
 
Note: See TracTickets for help on using tickets.