<!-- NOTE: If your issue is a security concern, please send an email to security@gitea.io instead of opening a public issue --> <!-- 1. Please speak English, this is the language all maintainers can speak and write. 2. Please ask questions or configuration/deploy problems on our Discord server (https://discord.gg/gitea) or forum (https://discourse.gitea.io). 3. Please take a moment to check that your issue doesn't already exist. 4. Please give all relevant information below for bug reports, because incomplete details will be handled as an invalid report. --> - Gitea version (or commit ref): 1.10.0+dev-377-gbc5a479fe ## Description I see recently new functionality https://github.com/go-gitea/gitea/issues/4302 that adds a backlink to the referencing issue. However its being added if #{id} is found in a code block, e.g: ``` this probably shouldn't reference #8137 not sure if github does this too, this will be a good test! EDIT: it does not! ``` See https://try.gitea.io/bobemoe/test/issues/4 I also notice if you edit your comment, you get a duplicate reference link.