Closed
Description
Feature Description
When cross-referencing an issue in GitHub, the text is displayed as #<issue number> (comment)
. Random example: #184 (comment)
In Gitea instead, only the issue number is displayed, i.e. one does not directly see that the reference is pointing to a specific comment instead of an issue.
Example from linking to an issue comment in gitea.com:
I like the GH style here as it makes it clear that the reference is an issue comment. I could think that this might be pretty simple to change, maybe just append (comment)
to links which contain issuecomment
in them?
Screenshots
No response
Activity
(comment)
when a link points at a comment rather than the whole issue #23734Append `(comment)` when a link points at a comment rather than the wh…