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: ↓ 2 Changed 18 months ago by rblank
comment:2 in reply to: ↑ 1 Changed 17 months ago by rblank
- Resolution set to worksforme
- Status changed from new to closed
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 ;-)
Note: See
TracTickets for help on using
tickets.



The usual trick is to use:
which gives:
Good enough?