Jul 19
突然发现 Wordpress 会很贱地保留源文件中的换行,这是否意味着我将不能用 Emacs 写 blog?
[coolcode lang=”cpp”]
#include “stdio.h”
int main()
{
printf(”Hello world!\n”);
return 0;
}
[/coolcode]
p
{
text-align: center;
}
#include <stdio.h>
int main()
{
printf("Hello world!\\n");
return 0;
}

Recent Comments