分级标题
在文字前加# ,加的个数越多,标题越小
无序列表
在文字前加上-即可
有序列表
在文字前添加1. 2. 3. 即可
插入链接
使用[显示文本](链接地址) 即可
插入图片
使用 即可
显示连接中带括号的图片
使用![][1][1]:图片链接
引用文字
在希望引用的文字前加上> 就好了
粗体
在一段文本的左右分别加上 两个 * 就是粗体
斜体
在一段文字的左右分别加上 一个 * 就是斜体
代码引用
引用不分行的一段代码: 用 ` 将语句包起来
引用分行的一段代码:添加 ``` 到这段代码的首行和末行
表格
相关代码:
|
Tables |
Are |
Cool |
| ------------- |---------------| ------|
| col
3 is | right-aligned |
$1600 |
| col
2 is
| centered | $12 |
| zebra stripes | are neat | $1 |
显示效果:
TablesAreCool
col 3 isright-aligned$1600col 2 iscentered$12zebra stripesare neat$1
转载请注明原文地址: https://ju.6miu.com/read-1200273.html