As said above:
I´m trying to use a "quote" CodeDefinition that can be used with or without option!
Both work, but when I want to use other jBBCode tags inside the option parameter of the quote tag, the first tag in the option loses its opening bracket and the parser can`t recognize the quote tag itself because of it!
E.G:
[quote=[b]test[/b]]testing[/quote]
Output:
[quote=b]test[/b]]test123[/quote]
I tried using quotation in the option, but it was the same result!
Anyone got an idea how I could fix/make a workaround for this?