We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fb52700 commit a85e467Copy full SHA for a85e467
models/models.go
@@ -109,7 +109,7 @@ var regTplFuncs = []regTplFunc{
109
// The regex matches all characters that may occur in an URL
110
// (see "2. Characters" in RFC3986: https://www.ietf.org/rfc/rfc3986.txt)
111
{
112
- regExp: regexp.MustCompile(`(https?://[\p{L}_\-\.~!#$&'()*+,/:;=?@\[\]]*)@TrackLink`),
+ regExp: regexp.MustCompile(`(https?://[\p{L}\p{N}_\-\.~!#$&'()*+,/:;=?@\[\]]*)@TrackLink`),
113
replace: `{{ TrackLink "$1" . }}`,
114
},
115
0 commit comments