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

gitbook-plugin-mermaid-compat / フローチャート

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

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

Block math:

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

gitbook-plugin-emphasize / 文字背景色

This text is

This text is

This text is

This text is

This text is

Last updated

Was this helpful?