Revert "Merge branch 'bugfix/clean-up-markdown-rendering' into 'develop'"
This reverts merge request !1504
This commit is contained in:
parent
83508418fb
commit
5835069215
2 changed files with 5 additions and 8 deletions
|
|
@ -300,9 +300,6 @@ defmodule Pleroma.Web.CommonAPI.Utils do
|
|||
|> Earmark.as_html!()
|
||||
|> Formatter.linkify(options)
|
||||
|> Formatter.html_escape("text/html")
|
||||
|> (fn {text, mentions, tags} ->
|
||||
{String.replace(text, ~r/\r?\n/, ""), mentions, tags}
|
||||
end).()
|
||||
end
|
||||
|
||||
def make_note_data(
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue