mirror of
https://github.com/yuin/goldmark
synced 2025-03-04 23:04:52 +00:00
Merge pull request #443 from philipparndt/patch-1
docu: update example as it will not build
This commit is contained in:
commit
4f3074451e
1 changed files with 1 additions and 1 deletions
|
|
@ -284,7 +284,7 @@ markdown := goldmark.New(
|
||||||
"https:",
|
"https:",
|
||||||
}),
|
}),
|
||||||
extension.WithLinkifyURLRegexp(
|
extension.WithLinkifyURLRegexp(
|
||||||
xurls.Strict,
|
xurls.Strict(),
|
||||||
),
|
),
|
||||||
),
|
),
|
||||||
),
|
),
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue