Modify ↓
Opened 5 years ago
Last modified 5 years ago
#13916 new defect
Cannot escape fraction substitution such as 1/4
| Reported by: | Ian Lewis | Owned by: | Mikael Relbe |
|---|---|---|---|
| Priority: | normal | Component: | WikiExtrasPlugin |
| Severity: | normal | Keywords: | |
| Cc: | Trac Release: | 1.2 |
Description
Most WikiExtras markup can be escaped by prefixing the item with exclamation point ! (bang), as can be done in most markup in Trac.
However, bang does not escape substitution of the fraction character processing. For example, it does not escape 1/4, 3/4, 1/2. Oddly, placing _ in front of these notations does escape them, but the _ is rendered, which is not overly helpful.
Add handling for escaping fractional notations.
Attachments (0)
Note: See
TracTickets for help on using
tickets.



Related: #13917