Markdown
Heading 2
Heading 3
Heading 4
Heading 5
Heading 6
Bold: Bold text
Italic: Italic text
Deleted text
Content Highlight
Mathematical expression: −(2n−1) ~ 2n−1−1
∂ωr∂r(ωyω)=(ωyω){(logy)r+∑i=1rωi(−1)Ir⋯(r−i+1)(logy)ri}
19th
H2O
content center
content right
- Unordered List 1
- Unordered List 2
- Unordered List 3
- Ordered List 1
- Ordered List 2
- Ordered List 3
Tables | Are | Cool |
---|---|---|
col 3 is | right-aligned | $1600 |
col 2 is | centered | $12 |
zebra stripes | are neat | $1 |
quote content
quote content
Badge:
- info badge
- tip badge
- warning badge
- danger badge
icons:
- home -
- vscode -
- twitter -
demo wrapper:
Demo
main
aside
code block:
const a = 1
const b = 2
const c = a + b
const obj = {
toLong: {
deep: {
deep: {
deep: {
value: 'this is to long text. this is to long text. this is to long text. this is to long text.',
}
}
}
}
}
code groups:
tab1
const a = 1
const b = 2
const c = a + b
tab2
const a: number = 1
const b: number = 2
const c: number = a + b
code highlight:
function foo() {
const a = 1
console.log(a)
const b = 2
const c = 3
console.log(a + b + c)
console.log(a + b)
}
code focus:
function foo() {
const a = 1
}
GFM alert:
Note
note
Info
info
Tips
tip
Warning
warning
Caution
caution
Important
important
code demo:
Demo 演示
<h1>Hello Word!</h1>
<p><span id="very">Very</span>Powerful!</p>
document.querySelector('#very').addEventListener('click', () => {
alert('Very Powerful')
})
span {
color: red;
}
tab card:
title 1
content block
title 2
content block
Warning
title 1
content block
title 2
content block
footnote:
footnote 1 link[1]。
footnote 2 link[2]。
inline footnote [3] definition。
Repeated footnote definition[2:1]。