Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: treat contextFreeTags case insensitively #230

Merged
merged 1 commit into from
Apr 14, 2024
Merged

fix: treat contextFreeTags case insensitively #230

merged 1 commit into from
Apr 14, 2024

Conversation

Alteras1
Copy link
Contributor

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.

Copy link

changeset-bot bot commented Apr 14, 2024

🦋 Changeset detected

Latest commit: d5372aa

The changes in this PR will be included in the next version bump.

This PR includes changesets to release 8 packages
Name Type
@bbob/parser Minor
@bbob/core Minor
@bbob/benchmark Patch
@bbob/html Minor
@bbob/react Minor
@bbob/vue2 Minor
@bbob/vue3 Minor
@bbob/cli Minor

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

@JiLiZART
Copy link
Owner

Thank you!

@JiLiZART JiLiZART merged commit 05246b2 into JiLiZART:master Apr 14, 2024
6 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants