Modify ↓
Opened 7 years ago
Closed 7 years ago
#13099 closed defect (wontfix)
Quoted wiki link syntax stops other wiki syntax
| Reported by: | anonymous | Owned by: | |
|---|---|---|---|
| Priority: | normal | Milestone: | |
| Component: | wiki system | Version: | 1.0.17 |
| Severity: | normal | Keywords: | |
| Cc: | Branch: | ||
| Release Notes: | |||
| API Changes: | |||
| Internal Changes: | |||
Description
Example:
See the italic
<label>("Name:") and the **bold** `<button>` ("Run").
Name:"..." prevents bold and <button> syntax from working unexpectedly.
Maybe it's all working as designed. It can be slightly confusing.
Attachments (0)
Change History (2)
comment:1 by , 7 years ago
| Milestone: | → next-stable-1.0.x |
|---|---|
| Version: | → 1.0.17 |
comment:2 by , 7 years ago
| Milestone: | next-stable-1.0.x |
|---|---|
| Resolution: | → wontfix |
| Status: | new → closed |
Scheme with quoted string is not marked up even if the scheme is not defined. This behavior is by design.
See the italic
<label>("search:") and the **bold** `<button>` ("Run").
See the italic<label>("foobar:") and the **bold** `<button>` ("Run").
Note:
See TracTickets
for help on using tickets.



Good catch!
It seems that wiki markups doesn't work between
"text-with-colon:"and("text"). The issue is reproduced between Trac 0.12 and 1.3.x.