Closed Alteras1 closed 7 months ago
Latest commit: d5372aab1bd422ecb6174ff982602301e1c5c5c4
The changes in this PR will be included in the next version bump.
Not sure what this means? Click here to learn what changesets are.
Click here if you're a maintainer who wants to add another changeset to this PR
Thank you!
Addresses issue where contextFreeTags option is 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.Fix involves adding a
toLowerCase()
on each check for contextFreeTags.