luuman / hexo-theme-spfk

Hexo双栏博客主题仓库 Another simple and elegant theme for Hexo.
https://luuman.github.io
689 stars 168 forks source link

代码高亮显示问题 #17

Closed Abirdcfly closed 8 years ago

Abirdcfly commented 8 years ago

我的怎么折腾都是 _001

但是您的会在左上角多一个语言种类,请问这是怎么办到的呢?

我的代码格式是这样的:

# 将输入的字符大写转换为小写
echo 'THIS IS SHIYANLOU!' | tr ‘A-Z’ ‘a-z’
# 将输入的字符中的数字删除
echo 'THIS 123 IS S1HIY5ANLOU!' | tr -d ‘0-9’
luuman commented 8 years ago

http://luuman.github.io/2015/12/27/Hexo-plug/#highlight-js

修改了配置

Abirdcfly commented 8 years ago

感谢,我之前一直没往这方面想,一直以为是哪里配置出了问题.