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

关于代码高亮问题highlight #398

Closed
chenall opened this issue Dec 16, 2013 · 1 comment
Closed

关于代码高亮问题highlight #398

chenall opened this issue Dec 16, 2013 · 1 comment
Labels
bug Something isn't working
Milestone

Comments

@chenall
Copy link
Contributor

chenall commented Dec 16, 2013

我已经把_config.yml改为false了,为什么它生成的文件还是自动高亮?
highlight:
enable: false

目前暂时自己修改hexo\lib\plugins\renderer\markdown.js文件,直接删除以下内容来解决

   highlight: function(code, lang){
      return highlight(code, {lang: lang, gutter: false, wrap: false});
    }
@tracy-e
Copy link

tracy-e commented Dec 22, 2013

同问

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

3 participants