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
Hi, thanks for the awesome library. However, I encountered this special use case, as the platform I'm working on allowed users to type programming code under [code] tag, if user enters anything BBCode alike under code tag, it is possible that the string is being parsed (Example as follows).
Hi, thanks for the awesome library. However, I encountered this special use case, as the platform I'm working on allowed users to type programming code under
[code]
tag, if user enters anything BBCode alike under code tag, it is possible that the string is being parsed (Example as follows).would be transpiled into
while the expected result is
I would like to ask if it is possible to instruct the parser to stop parsing children when certain tags are encountered.
The text was updated successfully, but these errors were encountered: