Hello World

在程序的世界里,开始的话就循例来一个 hello world

一级标题

在文字前面加上#表示标题

标题一共有六级(6 个#号)

#后面加上空格,才是标准的 md 语法

列表

在文字前面加上-

  • 列表 1
  • 列表 2

引用

在文字前面加上>

图片与链接

插入链接与图片的语法的区别在于一个!号;

1
2
> 图片为:![](relative address);
> 链接为:[]();

粗体

两个**包含一段文本就是粗体

粗体

表格

1
2
3
4
5
| Tables        | Are           | Cool  |
| ------------- |:-------------:| -----:|
| col 3 is | right-aligned | $1600 |
| col 2 is | centered | $12 |
| zebra stripes | are neat | $1 |
Tables Are Cool
col 3 is right-aligned $1600
col 2 is centered $12
zebra stripes are neat $1

代码框

用三个` 把中间的代码包裹,在第一段点之后加语言名可以显示代码高亮

1
console.log(12);

分割线

分割线的语法为三个-