H1标题

这是一些文字样式。

Here are some text styles.

H2标题

H3标题

H4标题

斜体

粗体

代码

行内代码 rm -rf /root/

代码高亮

1
2
3
4
5
6
7
8
9
class foo
{
private:
int id;
std::string text;

public:
void print_text(void);
};
1
2
3
4
5
6
7
def fib(n):
a, b = 0, 1
while a < n:
print(a, end=' ')
a, b = b, a+b
print()
fib(1000)
1
2
3
4
5
typedef struct FooBar
{
int id;
char name_path[1024];
}

表格

key value comment
key1 value1 comment1
key2 value2 comment2
key3 value3 comment3

列表

有序列表

  1. comment1

  2. comment2

  3. comment3

无序列表

  • function1

  • function2

    • function3
  • function4

图片

这是一张图片

勾选框

emoji

😢 这是个很重要的功能!