You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jan 19, 2019. It is now read-only.
bbcodeParser.htmlToBBCode doesn't work with complex tags.
For instance:
bbcodeParser.addBBCode('[quote={TEXT1}]{TEXT2}[/quote]', '
{TEXT2}
var bbcode = bbcodeParser.htmlToBBCode('
My message
It returns the same HTML string, but not BB code string.