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;
}
浙公网安备 33010602011771号