fix formatter
This commit is contained in:
parent
a50a47a011
commit
5d961d536c
3 changed files with 20 additions and 4 deletions
|
|
@ -186,9 +186,9 @@ defmodule Pleroma.Web.CommonAPI.Utils do
|
|||
options = Keyword.put(options, :mentions_escape, true)
|
||||
|
||||
text
|
||||
|> Formatter.html_escape("text/html")
|
||||
|> Formatter.linkify(options)
|
||||
|> (fn {text, mentions, tags} -> {Earmark.as_html!(text), mentions, tags} end).()
|
||||
|> Formatter.html_escape("text/html")
|
||||
end
|
||||
|
||||
def make_note_data(
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue