forked from AkkomaGang/akkoma
common api: fix newlines in markdown code blocks
This commit is contained in:
parent
be92edcb29
commit
2ecf81f10c
1 changed files with 0 additions and 1 deletions
|
@ -150,7 +150,6 @@ def format_input(text, mentions, tags, "text/markdown") do
|
|||
|> Formatter.mentions_escape(mentions)
|
||||
|> Earmark.as_html!()
|
||||
|> Formatter.html_escape("text/html")
|
||||
|> String.replace(~r/\r?\n/, "")
|
||||
|> (&{[], &1}).()
|
||||
|> Formatter.add_user_links(mentions)
|
||||
|> Formatter.add_hashtag_links(tags)
|
||||
|
|
Loading…
Reference in a new issue