mirror of
https://github.com/yuin/goldmark
synced 2025-03-04 23:04:52 +00:00
Update README.md
Strict is not a function
This commit is contained in:
parent
6c741ae251
commit
3549ad5b05
1 changed files with 1 additions and 1 deletions
|
|
@ -280,7 +280,7 @@ markdown := goldmark.New(
|
|||
[]byte("https:"),
|
||||
}),
|
||||
extension.WithLinkifyURLRegexp(
|
||||
xurls.Strict(),
|
||||
xurls.Strict,
|
||||
),
|
||||
),
|
||||
),
|
||||
|
|
|
|||
Loading…
Reference in a new issue