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
You'll see I've submitted a PR with a working implementation and tests for this. It introduces an option enableEscapeTags which when set, enables the escaping of tags via a backslash. Therefore there is no change in behaviour when this option is not supplied, making it fully backwards compatible.
Is there a way to escape a bbcode tag, with for example a backslash? Say for example I have the following BBCode:
This is [b]a test[/b] of \[b\]escaping\[/b\] bbcode
, I would want the parser to produce something like the following tree:Is this possible?
The text was updated successfully, but these errors were encountered: