mirror of
https://github.com/superseriousbusiness/gotosocial.git
synced 2025-11-19 16:17:31 -06:00
[chore] Review comments
This commit is contained in:
parent
5155718bcb
commit
77a33f6fb0
4 changed files with 7 additions and 7 deletions
|
|
@ -139,7 +139,7 @@ func (f *Formatter) fromMarkdown(
|
|||
},
|
||||
// Turns URLs into links.
|
||||
extension.NewLinkify(
|
||||
extension.WithLinkifyURLRegexp(regexes.URL),
|
||||
extension.WithLinkifyURLRegexp(regexes.URLLike),
|
||||
),
|
||||
extension.Strikethrough,
|
||||
),
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue