- Gitea version (or commit ref): v1.1.0-467-g34df9def
- Can you reproduce the bug at https://try.gitea.io:
Description
When using a link that contains something that looks like an issue number, Gitea does not convert the link correctly.
For example, https://pthree.org/2012/04/17/install-zfs-on-debian-gnulinux/ is turned into a link to "issue 17", followed by /install-zfs-on-debian-gnulinux/ (see reproduce link above).
Edit: This is due to IssueFullPattern in markdown.go.
Description
When using a link that contains something that looks like an issue number, Gitea does not convert the link correctly.
For example,
https://pthree.org/2012/04/17/install-zfs-on-debian-gnulinux/is turned into a link to "issue 17", followed by/install-zfs-on-debian-gnulinux/(see reproduce link above).Edit: This is due to
IssueFullPatterninmarkdown.go.