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
In addition to highlight.js and pism.js, it would be nice to have support for Shiki for syntax highlighting.
highlight.js and pism.js are lightweight, but have very basic syntax parsing while Shiki has a power powerful and complete lexer / tokenizer.
References:
Plugins:
The text was updated successfully, but these errors were encountered:
Sounds great. but why we need "add support" when it can be done through a plugin?
Sorry, something went wrong.
I don't know, generally, how do you choose if something should be part of hexo core or let managed by a third party plugin?
The plugins are not clean, one is only supporting 4 themes, one is not working, one is injecting CSS in a dirty way, etc.
Having it core would support more option and be integrated in a cleaner way.
No branches or pull requests
Check List
Feature Request
In addition to highlight.js and pism.js, it would be nice to have support for Shiki for syntax highlighting.
highlight.js and pism.js are lightweight, but have very basic syntax parsing while Shiki has a power powerful and complete lexer / tokenizer.
Others
References:
Plugins:
The text was updated successfully, but these errors were encountered: