Skip to content

Latest commit

 

History

History
67 lines (41 loc) · 1.12 KB

README.md

File metadata and controls

67 lines (41 loc) · 1.12 KB

This is H1

Style:

  1. italics: italics word 1 or italics word 2
  2. bold: bold word
  3. bold italics: bold and italics
  4. cross word: Scratch this

This is H2

Show a list:

  • Hello 1

    Content with ident and a new line

  • Hello 2

    1. Sub list 1
    2. Sub list 2
  • Hello 3

    • Sub List 1
    • Sub List 2

Use table:

Table Header Here
R1C1 R1C2 R1C3
We Can Use

This is H3

This is H3 content. This is a link:

I'm an inline-style link with title

I'm an inline-style link with title

This is H4

This is H4 content.

Reference-style: Github Logo

This is H5

This is H5 content with code. Inline code has back-ticks around it.

With a block of source code:

var s = "JavaScript syntax highlighting";
alert(s);
This is H6

This is H6 content. Blockquotes:

This is word from someone. We can put markdown in blockquotes.