We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
TrackLink
1 parent 03285ab commit 4da91a0Copy full SHA for 4da91a0
models/models.go
@@ -101,7 +101,7 @@ var regTplFuncs = []regTplFunc{
101
// and substituting it with {{ Track "http://link.com" . }} (the dot context)
102
// before compilation. This is to make linking easier for users.
103
{
104
- regExp: regexp.MustCompile(`{{(\\s+)?TrackLink(\\s+)?(.+?)(\\s+)?}}`),
+ regExp: regexp.MustCompile(`{{(\s+)?TrackLink(\s+)?(.+?)(\s+)?}}`),
105
replace: `{{ TrackLink $3 . }}`,
106
},
107
0 commit comments