一級標題(#)#與標題之間加個空格
二級標題(##)
三級標題(###)
列表(-)
- item1
- item2
- item3
有序列表(1. 2. 3.)
- item1
- item2
- item3
圖片鏈接
圖片![]后跟寫在()里的圖片地址
引用>
這是一條引用
粗體兩個*包圍
粗體字
斜體一個*包圍
斜體
代碼引用單行一個`包圍
hello world!//單行代碼
多行代碼三個`包圍
public class Code {
public static void main(String[] args){
System.out.println("hello world");
}
}
表格
| 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 |