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'})
  }
}

: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;

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?