菩提树
Jul 19

突然发现 Wordpress 会很贱地保留源文件中的换行,这是否意味着我将不能用 Emacs 写 blog?

Test image.

[coolcode lang=”cpp”]
#include “stdio.h”

int main()
{
printf(”Hello world!\n”);
return 0;
}
[/coolcode]

\int_0^\infty \frac{1}{x}\textrm{d}x

p
{
    text-align: center;
}
#include <stdio.h>

int main()
{
    printf("Hello world!\\n");
    return 0;
}

Leave a Reply

Close
E-mail It