Defect #32305
Use of notextile tag disables Redmine revision links
Status: | New | Start date: | ||
---|---|---|---|---|
Priority: | Normal | Due date: | ||
Assignee: | - | % Done: | 0% | |
Category: | Text formatting | |||
Target version: | - | |||
Resolution: | Affected version: |
Description
As observed [yet] only on redmine.org (see #29482#note-90 and #29482#note-91), comments (in this case issue notes) having the following structure does not render the revision as a link:
<notextile>@</notextile>User One: Some text before @some code@ before _some italic text_ before a revision link like rDDDD.
while comments where this line is quoted like follows does render the revision link as expected:
User One wrote: > <notextile>@</notextile>User One: Some text before @some code@ before _some italic text_ before a revision link like rDDDD.
This should be triaged on current Redmine versions.