]> git.mxchange.org Git - friendica.git/commit
Rework new lines around list BBCode
authorHypolite Petovan <hypolite@mrpetovan.com>
Sun, 19 Mar 2023 03:23:50 +0000 (23:23 -0400)
committerHypolite Petovan <hypolite@mrpetovan.com>
Sun, 19 Mar 2023 03:35:51 +0000 (23:35 -0400)
commit1ce438e96435fe28ffac130a071c2f495501fa35
treeddc51f46cfe75ea6b69c6bb30116febcf5913426
parent200bdb55baf58ec149dfecb445e65f31d0a7ead2
Rework new lines around list BBCode

- Remove blanket new lines remover in HTML::toBBCode
- Add test to ensure the commutativity of the markups
src/Content/Text/HTML.php
tests/src/Content/Text/BBCodeTest.php
tests/src/Content/Text/HTMLTest.php