This is a test page. Thanks again for visiting.

function march(name){
	console.log( name + ':“百战之身,奋勇驱嫌!”');
}
march('周泰');
#=> show '周泰:“百战之身,奋勇驱嫌!”' on the console.

Check out the Jekyll docs for more info on how to get the most out of Jekyll. File all bugs/feature requests at Jekyll’s GitHub repo. If you have questions, you can ask them on Jekyll Talk.