gitbook_markdown

GitBook Markdown 语法

Headers / 标题

This is an <h1> tag

This is an <h2> tag

This is an <h3> tag

Emphasis / 文本强调

This text will be italic This will also be italic This text will be bold This will also be bold You can combine them

Lists / 列表

Unordered / 无序

  • Item 1

  • Item 2

  • Item 2a

  • Item 2b

Ordered / 有序 1. Item 1 2. Item 2 3. Item 3

  • Item 3a

  • Item 3b

Images / 图片

img

GitHub

Blockquotes / 引用

As Kanye West said:

We're living the future so the present is our past.

Footnote / 脚注

hello

Tables / 表格

First Header

Second Header

Content from cell 1

Content from cell 2

Content in the first column

Content in the second column

Inline code / 行内代码

I think you should use an<addr> element here instead.

Code Block && Syntax highlighting / 代码块 && 语法高亮

function fancyAlert(arg) {
  if(arg) {
    $.facebox({div:'#foo'})
  }
}

gitbook-plugin-todo / 任务复选框

:bowtie: :smile: :laughing: :blush: :smiley: :relaxed: :smirk: :heart_eyes: :kissing_heart: :kissing_closed_eyes: :flushed: :older_woman: :older_man: :person_with_blond_hair: :man_with_gua_pi_mao:

emoji-cheat-sheet

graph TD;
  A-->B;
  A-->C;
  B-->D;
  C-->D;

gitbook-plugin-kaTex / 数学公式

Inline math: g(x)dx\int_{-\infty}^\infty g(x) dx

Block math:

g(x)dx\int_{-\infty}^\infty g(x) dx

This text is

This text is

This text is

This text is

This text is

Last updated

Was this helpful?