JiLiZART/BBob

ContextFreeTags are not case insensitive

Closed this issue · 1 comments

contextFreeTags option are not treated case insensitively.

This results in odd scenarios where [code][b]hello world[/b][/code] works, but not [CODE][b]hello world[/b][/CODE] depending on the configured contextFreeTags.

opened PR #230 as fix

Fixed in #230