Closed joseph1125 closed 1 year ago
Yep, I think about this feature. And already have an issue for it. https://github.com/JiLiZART/BBob/issues/32
With new lexer I can implement this feature :)
You can track progress here https://github.com/JiLiZART/BBob/pull/165
Many thanks, I would definitely check it out
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.