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)
committerrinpatch <rinpatch@sdf.org>
Sun, 15 Mar 2020 13:59:52 +0000 (16:59 +0300)
commit5f9fbd7d336d2ffed6cd8f2640d9399f78ed7c2f
tree82cf417777657b8b6a8c15f475e343f29a0340bf
parent80bc8c2cc980b5e3270110313514a5bad2d3c9fb
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