MOxFIVE / hexo-theme-yelee

简而不减 Hexo 双栏博客主题; Another simple and elegant theme for Hexo.
http://moxfive.xyz/
1.38k stars 328 forks source link

代码高亮问题 #74

Closed dongjiahong closed 8 years ago

dongjiahong commented 8 years ago
class Test{
  explicit Test(std::thread& t_ ):t(t_){}
};
class Test{
  void Test(){}
} 

有 explicit 关键字就不高亮

MOxFIVE commented 8 years ago

代码高亮问题建议到 Hexohighlight.js 项目下咨询 http://dwz.cn/374pYB