Song

Results 294 comments of Song

@1JunHuang For unsupported usages, it is more convenient to use babel to transform. Here is my tests https://github.com/subframe7536/electron-incremental-update/blob/master/tests/bytecode.test.ts

Your request is quite fair, totally agree. And I am just rethinking of ligatures. I will write some thoughts in discussion later this week

In v7.0-beta28, by default, `` should have heading space. You can use `ss07` to bypass this rule.

> > In v7.0-beta28, by default, `` should have heading space. You can use `ss07` to bypass this rule. > > I noticed that by default multiple `` doesn't have...

Add some explainations. `enable` and `ignore` are most commonly used, often as the most straightforward options. `disable` is chosen to deactivate specific font features. I was initially very confused by...

I will Close this issue: - For issue1, the `>:` ligature is removed - For issue2, the `>>>` ligature becomes conditional and optional, and no long affect normal use

Valuable suggestion. I will take it into consideration.

I did some works to make `>>` more "smart", but failed to make it effect in IDEA: Its render engine will break font ligature when the glyphs are on different...