Markdown

Heading1

Heading2

Heading3

Heading4

Heading5
Heading6

Paragraph

Line


Text attributes

This is the bold text and this is the italic text and let's do strikethrough.

Quote

This is Quote1!

This is Quote2!

Bullet list

Fruits:

  • 🍎
  • 🍋

Other fruits:

  • 🍑
  • 🍏

Numbered list

Numbers:

  1. first
  2. second
  3. third

Link

Click here

Image

Markdown Image

Table

Header Description Footer
Cell1 Cell2 Cell3
Cell1 Cell2 Cell3
Cell1 Cell2 Cell3

Code

This is console.log('message')

console.log("message");

Check list

  • Finish my changes
  • Push my commits to GitHub
  • Open a pull request

GitHub Basic formatting syntax

GitHub Basic formatting syntax