Markdown基本语法
区块引用
套嵌引用
区块引用
- 这是第一行列表项。
- 这是第二行列表项。
给出一些例子代码:
return shell_exec("echo $input | $markdown_script");
void main()
{
printf("Hello, Markdown.");
}
- Red
- Green
- Blue
- Red
- Green
- Blue
欢迎访问喵喵的灿烂星空
谷歌搜索:Google
欢迎访问我的博客:喵喵的灿烂星空,我的GitHub主页:StarryLeo's GitHub。
http://example.com/
address@example.com
斜体
粗体
加粗斜体
删除线
Use the printf()
function.
#include <stdio.h>
int main()
{
printf("Hello, world!\n");
return 0;
}