tmp

space between words

This is a中文word.

h2

h3

h4

h5
h6

table

A B C
a b c
a b c

LaTeX

$e^{i \pi} + 1 = 0$

Code

This in an inline code a = b + c

Code block:

filename
1
2
3
4
5
6
#include <stdio.h>

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