Open enter3017sky opened 6 years ago
--- or ***
_斜體_ *斜體 斜體 斜體*
__粗體 **粗體** 粗體__ 粗體
\~刪除線\~ ~刪除線~
- or *
- 我是一段無序列表的介紹 - 我是一段無序列表的介紹 - 我是一段無序列表的介紹 - 我是一段無序列表的介紹
1. or 1)
1. 我是有序列表 1) 我是有序列表 2) 我是有序列表 3) 我是有序列表 2. 3.
- [x] Finish my changes - [ ] Push my commits to GitHub - [ ] Open a pull request
> 引用 > 很多很多引用 > 很多很多引用 > 很多很多引用
> 引用 > 很多很多引用 > 很多很多引用 > 很多很多引用 `程式碼`反引號 ` Inline code ` with backticks
> 引用
` Inline code ` with backticks
Inline code with backticks
Inline code
``` function hello(n) { console.log("Hello World!") } hello() ```
function hello(n) { console.log("Hello World!") } hello()
```javascript
![Image](url)
我比較常用的
標題(Heading) \
標題(Heading) \
標題(Heading) \
標題(Heading) \
標題(Heading) \
標題(Heading) \
分隔線
--- or ***
字體
_斜體_ *斜體
斜體 斜體*
__粗體 **粗體** 粗體__ 粗體
\~刪除線\~ ~刪除線~
無序列表:使用
- or *
有序列表
1. or 1)
1) 我是有序列表
2) 我是有序列表 3) 我是有序列表
任務列表
引用 >
Inline code
with backticks程式碼區塊 用三個反引號
``` function hello(n) { console.log("Hello World!") } hello() ```
加上
```javascript
更好看插入圖片
![Image](url)