Modify ↓
#1824 closed defect (fixed)
Escaping __ does not work
| Reported by: | Owned by: | Jonas Borgström | |
|---|---|---|---|
| Priority: | normal | Milestone: | 0.9 |
| Component: | wiki system | Version: | 0.8.4 |
| Severity: | minor | Keywords: | |
| Cc: | Branch: | ||
| Release Notes: | |||
| API Changes: | |||
| Internal Changes: | |||
Description
In some of my projects, I'm using none or defaut as special strings. When using these in Wiki Markup, they will be underlined, even if I prepend a !
This breaks several pages and bug reports (event this one):
__none is not escaped
Attachments (0)
Change History (4)
comment:1 by , 20 years ago
| Status: | new → assigned |
|---|
comment:2 by , 20 years ago
| Resolution: | → fixed |
|---|---|
| Status: | assigned → closed |
comment:3 by , 20 years ago
As a side note you can use the ` (currently in the 0.9 trunk) to escape code inline, which would probably be a preferable way to escape things like the special methods in Python like __init__.
comment:4 by , 20 years ago
| Milestone: | → 0.9 |
|---|---|
| Severity: | major → minor |
Note:
See TracTickets
for help on using tickets.



Thanks, fixed in [2017].