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