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

Strikethrough doesn't work for codeblocks #603

Closed
vjpr opened this issue Jun 12, 2018 · 1 comment
Closed

Strikethrough doesn't work for codeblocks #603

vjpr opened this issue Jun 12, 2018 · 1 comment

Comments

@vjpr
Copy link

vjpr commented Jun 12, 2018

screen shot 2018-06-12 at 12 00 08 pm 1

Here is a video of a few different cases where it is not working: http://recordit.co/QchCtzirSw

Try with toggle strikethrough shortcut key.

@vsch
Copy link
Owner

vsch commented Jun 12, 2018

@vjpr, it works but does not show in the syntax highlighting.

There are many combinations which do not work. The reason is that for the IDE each combination requires a separate color token because the attributes are not combined automatically.

The plugin already creates just over 8000 combination for various combinations. This does not cover all possible combinations but adding more will overload the API.

See #519

@vsch vsch closed this as completed Aug 30, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants