We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
From discussion in #11 it might be useful to have a mode where only ASCII characters are upper-cased:
@wezm I mean I want to leave small greek letters as are when they are used as special mathematical operators or constants: * π → π * λ-calculus → λ-Calculus
@wezm I mean I want to leave small greek letters as are when they are used as special mathematical operators or constants:
* π → π * λ-calculus → λ-Calculus
Ahh interesting. I see that it's upper-casing the greek letters too.
I can see why you'd want to avoid that. I think it would be fairly easy to support a mode where only ASCII characters were upper-cased.
Originally posted by @wezm in #11 (comment)
The text was updated successfully, but these errors were encountered:
No branches or pull requests
From discussion in #11 it might be useful to have a mode where only ASCII characters are upper-cased:
Ahh interesting. I see that it's upper-casing the greek letters too.
I can see why you'd want to avoid that. I think it would be fairly easy to support a mode where only ASCII characters were upper-cased.
Originally posted by @wezm in #11 (comment)
The text was updated successfully, but these errors were encountered: