We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Hi,
In this example:
[br](bron http://www.example.com/)[br]
Linkify parses as:
[br](bron [url]http://www.example.com/)[br][/url]
while one would expect it to parse
[br](bron [url]http://www.example.com/[/url])[br]
Is there any way around this? :)