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

Support case insensitive tags #30

Closed
joaomvfsantos opened this issue Apr 17, 2018 · 0 comments
Closed

Support case insensitive tags #30

joaomvfsantos opened this issue Apr 17, 2018 · 0 comments
Assignees

Comments

@joaomvfsantos
Copy link

Hello, before all thank you very much for this library. I would like to ask you if it is possible to add case insensitive tags recognition. For example:

Style("sup")

should match both tags below:

<sup>Superscript</sup>
<SUP>Superscript</SUP>

However only the lowercased tag is matched. At the moment, to overcome this I have to either duplicate the Style for an uppercase condition, or do a string replace.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants