luckystoneke / luckystone.github.io

uestcwk's blog
Artistic License 2.0
0 stars 0 forks source link

Highlight Test | Alex's Blog #2

Open luckystoneke opened 5 years ago

luckystoneke commented 5 years ago

https://luckystoneke.github.io/jekyll-theme-next/test/2017/07/19/highlight-test/

This is a highlight test. Normal block alert('Hello World!'); print 'helloworld' Highlight block alert( 'Hello, world!' ); print 'helloworld' def foo puts 'foo' end def foo puts 'foo' end 1 2 3 def foo puts 'foo' end #include <iostream> using namespace std; void foo(int arg1, int arg2) { } int main() { string str; foo(1, 2); cout << "Hello World" << endl; return 0; }