コンテンツにスキップ

Markdown

h1 Heading

h2 Heading

h3 Heading

h4 Heading

h5 Heading
h6 Heading

Alt-H1

Alt-H2

Horizontal Rules




Emphasis

This is bold text

This is bold text

This is italic text

This is italic text

~~Strikethrough~~

Blockquotes

First level

Second level

Third level

Fourth level

Fifth level

Lists

Unordered

  • level 1 with +
  • level 2
    • level 3
    • level 4
      • level 5
  • level 1 with *
  • level 1 with +

Ordered

Using incremental number 1, 2, 3, …

  1. First
  2. Second
  3. Third

Using only a number 1, 1, 1, …

  1. First
  2. Second
  3. Third

Or, with offset, 5, 6, 7, …

  1. fifth
  2. sixth
  3. seventh

Check list

  • Task 1
  • Task 2
  • Task 3

Code

Inline code

Indented code

// Some comments
line 1 of code
line 2 of code
line 3 of code

Block code

Sample text here...

Syntax highlighting

var foo = function (bar) {
  return bar++;
};

console.log(foo(5));

Tables

Name Age City
Alice 25 New York
Bob 30 London

Aligned columns

No align Left aligned Right aligned Centered
Foo foo foo foo
Bar bar bar bar

https://www.google.com/

link text

Images

Minion

Minion

With styles { style="max-width:600px; display:block; margin:auto;" }.

Minion