Formatting: Do not use \n and prefer <br> instead
authorHaelwenn (lanodan) Monnier <contact@hacktivis.me>
Thu, 13 Feb 2020 02:39:47 +0000 (03:39 +0100)
committerHaelwenn (lanodan) Monnier <contact@hacktivis.me>
Fri, 13 Mar 2020 15:07:17 +0000 (16:07 +0100)
commitd1379c4de8ca27fa6d02d20a0029b248efe1d09e
tree1c8d55197a6f93148e1f4c62aaa50d064d5e0575
parent802b991814fb851c0442dbb7b7bfc065fc062178
Formatting: Do not use \n and prefer <br> instead

It moves bbcode to bbcode_pleroma as the former is owned by kaniini
and transfering ownership wasn't done in a timely manner.

Closes: https://git.pleroma.social/pleroma/pleroma/issues/1374
Closes: https://git.pleroma.social/pleroma/pleroma/issues/1375
CHANGELOG.md
lib/pleroma/earmark_renderer.ex [new file with mode: 0644]
lib/pleroma/web/common_api/utils.ex
mix.exs
mix.lock
test/earmark_renderer_test.ex [new file with mode: 0644]
test/web/common_api/common_api_utils_test.exs