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
With highlight: false, HTML is no longer escaped inside code blocks in Hexo.
highlight: false
The text was updated successfully, but these errors were encountered:
I think this is a bug. I will fix this once I get any chance. Welcome if you want to address a fix :)
Sorry, something went wrong.
My blog was also affected by this bug and I have it fixed by using markdown-it
Since I already had the renderer installed https://github.com/hexojs/hexo-renderer-markdown-it I just added the prism plugin https://github.com/jGleitz/markdown-it-prism
npm install markdown-it-prism --save
and added this plugin to markdown-it renderer config
markdown: plugins: - markdown-it-prism
No branches or pull requests
With
highlight: false
, HTML is no longer escaped inside code blocks in Hexo.The text was updated successfully, but these errors were encountered: