- checklist 1
- checklist 2
- checklist 3
- checklist 4
name | gender | age | height | weight |
---|---|---|---|---|
Jack | male | 20 | 175 | 70 |
Rose | female | 18 | 168 | 55 |
-
行内式
-
参考式:
- 行内式
- 参考式
- li [-]
- li [+]
- li [*]
- li 1
- li 2
- li 3
- ol list 1
- ol list 1
- ol list 2
- checklist
- checklist 1
- checklist 2
- checklist 3
- three layers
- ul list 1 - ol list 1 - [ ] checklist 1. ul list 1
- ul list 2
quote 1
quote 2
- ol list 1
- ol list 2
console.log('code block in quote')
const reduce = a => a !== undefined
? b => b !== undefined
? reduce(a + b)
: a
: a
const b = reduce(1)(2)(3)(4)()
I am bold
I am bold
I am italic
I am italic
I am bold and italic
这是一个下划线
我想要标记一下console.log('Hello')
代码中有反引号:There is a literal backtick (`) here.