[博客日志] 测试用 Markdown 编写博客文章
Head2
Head3
Head4
Head5
Head6
Welcome to Markdown
Italic text italic string Bold text Bold string
Bulleted list:
- first line
- second line
- third line
Numered list:
- first line
- second line
- third line
As Kanye West said:
We're living the future so the present is our past.
Some inline code snippet
.
#include <stdio.h>
int main()
{
printf("Hello, world!\n");
return 0;
}
------------------------
Tables
Key | Value |
---|---|
key1 | val1 |
key2 | val2 |
deleted text
raw html span tag