Slightly better html link regex.
This commit is contained in:
parent
7b41e103e1
commit
a9bfbcae80
2 changed files with 3 additions and 3 deletions
|
|
@ -1,7 +1,7 @@
|
|||
defmodule Pleroma.Formatter do
|
||||
alias Pleroma.User
|
||||
|
||||
@link_regex ~r/https?:\/\/[\w\.\/?=\-#]+[\w]/
|
||||
@link_regex ~r/https?:\/\/[\w\.\/?=\-#%&]+[\w]/
|
||||
def linkify(text) do
|
||||
Regex.replace(@link_regex, text, "<a href='\\0'>\\0</a>")
|
||||
end
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue