Windows Live Writer Source Code plugin for SyntaxHighlighter测试

代码测试1:不加任何选项

int main(){
  printf("hello world");
  return 0;
}

int testTab(){
	tab();
	return 0;
}

代码测试2:选项

int main(){
	printf("hello world");
	return 0;
}

int testTab(){
	tab();
	return 0;
}
原文地址:https://www.cnblogs.com/afarmer/p/2035126.html