Edgewall Software
Modify

Opened 13 years ago

Last modified 9 years ago

#9897 new defect

'>' cannot be properly escaped

Reported by: anonymous Owned by:
Priority: lowest Milestone: next-major-releases
Component: wiki system Version: 0.12dev
Severity: minor Keywords: quote
Cc: Branch:
Release Notes:
API Changes:
Internal Changes:

Description

>:: greater than\\

will yield

:: greater than

which is not what I want but:

!>:: greater than\\

!>
greater than

obviously isn't right either.

I could write html code to do this as a workaround but this is really something that could be simply fixed by an escape character.

Attachments (0)

Change History (6)

comment:1 by Remy Blank, 13 years ago

The usual trick is to use:

 `>`:: greater than

which gives:

>
greater than

Good enough?

in reply to:  1 comment:2 by Remy Blank, 13 years ago

Resolution: worksforme
Status: newclosed

Replying to rblank:

Good enough?

Let's say it is.

comment:3 by Christian Boos, 13 years ago

Component: generalwiki system
Keywords: quote added
Milestone: next-major-0.1X
Priority: normallowest
Severity: normalminor

Wait, maybe it could be fixed by the next iteration of the WikiEngine. Let's keep this glitch on the radar…

comment:4 by Remy Blank, 13 years ago

Resolution: worksforme
Status: closedreopened

comment:5 by Christian Boos, 13 years ago

Oops, yes, forgot to do that ;-)

comment:6 by Ryan J Ollos, 9 years ago

Status: reopenednew

Modify Ticket

Change Properties
Set your email in Preferences
Action
as new The ticket will remain with no owner.
The ticket will be disowned.
as The resolution will be set. Next status will be 'closed'.
The owner will be changed from (none) to anonymous. Next status will be 'assigned'.

Add Comment


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