wzpan / hexo-theme-freemind-blog

source blog repo for hexo-theme-freemind
http://wzpan.github.io/hexo-theme-freemind-blog
1 stars 5 forks source link

Code Highlight #7

Open wzpan opened 7 years ago

wzpan commented 7 years ago

try code highlighting in comment.js:

// C++
#include <iostream.h>
int main(void)
{
    cout << "Hello World" << endl;
    return 0;
}