Skip to content

Markdown

About 593 wordsAbout 2 min

markdown

2024-09-20

Heading 2

Heading 3

Heading 4

Heading 5
Heading 6

Bold: Bold text

Italic: Italic text

Deleted text

Content Highlight

Mathematical expression: (2n1)-(2^{n-1}) ~ 2n112^{n-1} -1

rωr(yωω)=(yωω){(logy)r+i=1r(1)Ir(ri+1)(logy)riωi}\frac {\partial^r} {\partial \omega^r} \left(\frac {y^{\omega}} {\omega}\right) = \left(\frac {y^{\omega}} {\omega}\right) \left\{(\log y)^r + \sum_{i=1}^r \frac {(-1)^ Ir \cdots (r-i+1) (\log y)^{ri}} {\omega^i} \right\}

19th

H2O

content center

content right

  • Unordered List 1
  • Unordered List 2
  • Unordered List 3
  1. Ordered List 1
  2. Ordered List 2
  3. Ordered List 3
TablesAreCool
col 3 isright-aligned$1600
col 2 iscentered$12
zebra stripesare neat$1

quote content

quote content

links

outside links

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

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
}

Note

note content link inline code

const a = 1
const b = 2
const c = a + b

Info

content link inline code

const a = 1
const b = 2
const c = a + b

Tips

content link inline code

const a = 1
const b = 2
const c = a + b

Warning

content link inline code

const a = 1
const b = 2
const c = a + b

Caution

content link inline code

const a = 1
const b = 2
const c = a + b

Important

content link inline code

const a = 1
const b = 2
const c = a + b

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

Warning

title 1

content block

footnote:

footnote 1 link[1]

footnote 2 link[2]

inline footnote [3] definition。

Repeated footnote definition[2:1]


  1. footnote you can contain special mark

    also can contain paragraph ↩︎

  2. footnote content. ↩︎ ↩︎

  3. ^first ↩︎