Modify ↓
Opened 18 years ago
Closed 17 years ago
#6608 closed enhancement (duplicate)
[WikiPage]WikiRestructuredTextLinks is not reST
| Reported by: | Zoom.Quiet | Owned by: | Christian Boos |
|---|---|---|---|
| Priority: | normal | Milestone: | |
| Component: | wiki system | Version: | 0.10.4 |
| Severity: | normal | Keywords: | wiki reST docutils |
| Cc: | Branch: | ||
| Release Notes: | |||
| API Changes: | |||
| Internal Changes: | |||
Description
in 0.10.4 default wiki page: WikiRestructuredTextLinks the demo:
{{{
#!rst
See _`ticket:123`
.. trac:: ticket:123 Ticket 123
}}}
is work broken with reST rule?!
the link in
See _`ticket:123`
not build out!
i suggest upgrade the reST support in Trac ,to make this can work as:
{{{
#!rst
See _`ticket:123` and See _`ticket:123`
.. trac:: ticket:123 Ticket 123
}}}
will publish as:
See Ticket 123 and Ticket 123
Attachments (0)
Change History (2)
comment:1 by , 18 years ago
| Keywords: | docutils added |
|---|---|
| Milestone: | 0.10.5 → 0.11.1 |
| Priority: | low → normal |
| Severity: | minor → normal |
comment:2 by , 17 years ago
| Milestone: | 0.11-retriage |
|---|---|
| Resolution: | → duplicate |
| Status: | new → closed |
Duplicate of #7712.
Note:
See TracTickets
for help on using tickets.



The correctness of reStructuredText support in Trac probably needs to be verified once again.