Modify ↓
Opened 15 years ago
Last modified 10 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)
follow-up: 2 comment:1 by , 15 years ago
comment:2 by , 15 years ago
| Resolution: | → worksforme |
|---|---|
| Status: | new → closed |
comment:3 by , 15 years ago
| Component: | general → wiki system |
|---|---|
| Keywords: | quote added |
| Milestone: | → next-major-0.1X |
| Priority: | normal → lowest |
| Severity: | normal → minor |
Wait, maybe it could be fixed by the next iteration of the WikiEngine. Let's keep this glitch on the radar…
comment:4 by , 15 years ago
| Resolution: | worksforme |
|---|---|
| Status: | closed → reopened |
comment:6 by , 10 years ago
| Status: | reopened → new |
|---|
Note:
See TracTickets
for help on using tickets.



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