Edgewall Software
Modify

Ticket #9897 (reopened defect)

Opened 18 months ago

Last modified 17 months ago

'>' cannot be properly escaped

Reported by: anonymous Owned by:
Priority: lowest Milestone: next-major-0.1X
Component: wiki system Version: 0.12dev
Severity: minor Keywords: quote
Cc:
Release Notes:
API 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

Change History

comment:1 follow-up: Changed 18 months ago by rblank

The usual trick is to use:

 `>`:: greater than

which gives:

>
greater than

Good enough?

comment:2 in reply to: ↑ 1 Changed 17 months ago by rblank

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

Replying to rblank:

Good enough?

Let's say it is.

comment:3 Changed 17 months ago by cboos

  • Component changed from general to wiki system
  • Keywords quote added
  • Milestone set to next-major-0.1X
  • Priority changed from normal to lowest
  • Severity changed from normal to minor

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

comment:4 Changed 17 months ago by rblank

  • Resolution worksforme deleted
  • Status changed from closed to reopened

comment:5 Changed 17 months ago by cboos

Oops, yes, forgot to do that ;-)

View

Add a comment

Modify Ticket

Change Properties
<Author field>
Action
as reopened
as The resolution will be set. Next status will be 'closed'
to The owner will be changed from (none). Next status will be 'new'
Author


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

 
Note: See TracTickets for help on using tickets.