bbcode
bbcode copied to clipboard
Can we add single tag like [br] or [hr] ?
Hi,
I don't know if your are still updating this, but is there a way to add a single tag like [br] or [hr] ?
I did something like this :
case self::TAG_NAME_HR: $code = '<hr/>'; break;
But it's duplicating hr twice at each [hr].
I added the [br] tag in #21