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
Copyright ligature (c)
should be disabled
#44
Comments
@MarcusSterz I guess this would be a good fit for a stylistic set? Keeping it enabled by default feels like the wrong choice for programming as the combination can come up in functions as in the example above. |
Thanks for reporting this! Yes, it should be put into a stylistic set. |
I have the same in VS Code when ligatures are enabled: I can also see the problem in the playground. You may be right in that it's MacOS that's kicking in, though, as the replacement it's doing is fairly aggressive. Likely the thing to do here would be to check if we've defined a ligature for (c) to begin with or is it something coming from elsewhere. |
My screenshot is from site’s playground in Firefox on Ubuntu |
Yes, I can disable it and make it a stylistic set, no prob. |
It is a common ligature trick. You normally add ligature-like features like this to make the workflow faster for people who write text. |
Since we have a dedicated symbol for it I don't feel the need for it especially for developers. Interesting question is why it's not reproducible for me on v1.600 on Mac neither in IDE nor on the website playground. |
We decided to drop the ligature but keep the symbol in the font. |
Version 1.6
https://www.monolisa.dev/playground
When I type
(c)
it becomes narrower than 3 chars thus changing alignment of the text.Also this (artificial) example looks weird:
The text was updated successfully, but these errors were encountered: