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
Provides a easier way to extend language supported: hexojs/hexo-util#13
Tag plugins can also handle the event so user can use both backtick and tag. Current implementations relied on before_post_render filter and internally look up backtick blocks, which is inefficient: https://github.com/bubkoo/hexo-filter-fenced-code https://github.com/akfish/hexo-math
before_post_render
Allows external highlighter: #1300 and a whole bunch of highlight issues We can move Highlight.js code and css to hexojs/hexo-highlight-js plugin.
hexojs/hexo-highlight-js
The text was updated successfully, but these errors were encountered:
Successfully merging a pull request may close this issue.
Provides a easier way to extend language supported:
hexojs/hexo-util#13
Tag plugins can also handle the event so user can use both backtick and tag.
Current implementations relied on
before_post_render
filter and internally look up backtick blocks, which is inefficient:https://github.com/bubkoo/hexo-filter-fenced-code
https://github.com/akfish/hexo-math
Allows external highlighter:
#1300 and a whole bunch of highlight issues
We can move Highlight.js code and css to
hexojs/hexo-highlight-js
plugin.The text was updated successfully, but these errors were encountered: