Highlight Test 发表于 2017-07-19 | 分类于 Test | 字数统计 57 | 阅读时长 0分钟 This is a highlight test. Normal block 1alert('Hello World!'); 1print 'helloworld' Highlight block 1alert( 'Hello, world!' ); 1print 'helloworld' 123def foo puts 'foo' end def foo puts 'foo' end 1 2 3 def foo puts 'foo' end 12345678910111213141516#include <iostream> using namespace std; void foo(int arg1, int arg2) { } int main() { string str; foo(1, 2); cout << "Hello World" << endl; return 0; } 本文作者: 墨问非名 本文链接: https://icycharm.github.io/test/2017/07/19/highlight-test/ 版权声明: 本博客所有文章除特别声明外,均采用 CC BY-NC-SA 3.0 许可协议。转载请注明出处!