參考鏈接
- wowubuntu
- Markdown——入門指南
-
learning markdown guide
(列表元素 需要在* + -號后面添加空格才奏效)
一級標題
二級標題
三級標題
四級標題
五級標題
六級標題
無序列表
- 蘋果
- 李子
- 桃子
- 蘋果
- 李子
- 水果
(* , - , + 都可以充當這個東西)
有序列表
- hello world
- deep mind
- hello world
(1. 就可以充當有序列表)
引用
不積硅步, 無以致千里
添加鏈接
This is an example link.
添加圖片
hello worldthis is a small pic
斜體 粗體
云舒云卷 花開花落
代碼塊
public static void main(){
System.println("hello world");
}
System.println("hello world")
表格
Tables | Are | Cool |
---|---|---|
col 3 is | right-aligned | $1600 |
col 2 is | centered | $12 |
zebra stripes | are neat | $1 |
哈哈哈