Modify ↓
Ticket #6608 (closed enhancement: duplicate)
Opened 4 years ago
Last modified 3 years ago
[WikiPage]WikiRestructuredTextLinks is not reST
| Reported by: | Zoom.Quiet | Owned by: | cboos |
|---|---|---|---|
| Priority: | normal | Milestone: | |
| Component: | wiki system | Version: | 0.10.4 |
| Severity: | normal | Keywords: | wiki reST docutils |
| Cc: | |||
| Release Notes: | |||
| API 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
Change History
comment:1 Changed 4 years ago by cboos
- Keywords docutils added
- Milestone changed from 0.10.5 to 0.11.1
- Priority changed from low to normal
- Severity changed from minor to normal
comment:2 Changed 3 years ago by cboos
- Milestone 0.11-retriage deleted
- Resolution set to duplicate
- Status changed from new to 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.