The bug came from bbcode parser which transforms \n with <br>.
So I just remove the br tag in bbcode parser before applying the mardown parser.
Fix#1480
* Add bbcode support
Closes#687
As the issue suggested, I added bbcodes support to the forms.
Now we support basic bbcodes, markdown and html tags
* Add new dependencies
Common is no more a thing
Use of TorrentParam instead of SearchParam now
Common structs for search are exported in utils/search/structs
Util has been renamed utils