Header

  • Setext-style headers are “underlined” using equal signs (for first-level headers) and dashes (for second-level headers)
  • Atx-style headers use 1-6 hash characters at the start of the line, corresponding to header levels 1-6

Header

Header <h1>

Header <h2>

Header

Header <h1>

Header <h2>

Emphasis

  • Bold, ** or __
  • Italic, * or _

Bold
Bold Italic
Italic

Bold
Bold Italic
Italic

HTML

Use html in markdown directly

In [ ]:
<table>
    <tr><th>Name</th><th>Age</th></tr>
</table>
NameAge

List

  • Unordered lists use asterisks, pluses, and hyphens
  • Ordered lists use numbers followed by periods
  • List 1
  • List 2
    • Sub List 1
    • Sub List 2
  • List 1
  • List 2
    • Sub List 1
    • Sub List 2
  • List 1
  • List 2
    • Sub List 1
    • Sub List 2
  • List 1
  • List 2
    1. Sub List 1
    2. Sub List 2
  • List 1
  • List 2
    • Sub List 1
    • Sub List 2
  • List 1
  • List 2
    • Sub List 1
    • Sub List 2
  • List 1
  • List 2
    • Sub List 1
    • Sub List 2
  • List 1
  • List 2
    1. Sub List 1
    2. Sub List 2

Image

![Alt Text](url)

Logo

Block

  • >, blockquotes
  • four space or one tab, code block
  • Block

    Block
    Block2

  • Block

      Block  
      Block

New Link

  • two more space at the end of the specific line
  • extra line between two lines

line 1
line 2

Horizontal Line

  • placing three or more hyphens, asterisks, or underscores on a line

***
____

Block


Block


Block