-
Notifications
You must be signed in to change notification settings - Fork 126
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
Feature Request: Ligature support for infinite dashes, hyphens and equals #351
Comments
It has been discussed and currently I am negative on this feature: #293 (comment) Can you share your use case? |
Ohhh. Sure, my main use case is to have nicer-looking Markdown tables: | Test | Result |
| ---- | ------ |
| 1 | Pass |
| 2 | Failed |
| 3 | Failed |
| 4 | Pass | If the lines are connected it looks nicer, in my opinion, as shown with Cascadia Code below: Versus Maple Mono: Another big use case is progress bars, as shown with Cascadia Code below: Versus Maple Mono: |
Fair enough. I will try it after v7.1 released. Note: FiraCode's implemention in hyphen arrow and equal arrow |
That's awesome! Thank you! |
Some programming fonts like Fira Code and Cascadia Code support infinite dashes, hyphens and equals as they are often used in CLI apps to display loading. It would be great if Maple Mono supports these as well!
Fira code:
Cascadia Code:
The text was updated successfully, but these errors were encountered: