Basics commands.


Markdown syntax is a lighweight markup language for creating formatted text. John Gruber and Aaron Swartz created Markdown in 2004.

Titles

Heading level 1

Syntax: # Heading level 1

Heading level 2

Syntax: ## Heading level 2

Heading level 3

Syntax: #### Heading level 3

Heading level 4

Syntax: ##### Heading level 4

Heading level 5

Syntax: ##### Heading level 5

Heading level 6

Syntax: ###### Heading level 6

Bold

This is a paragraph with bold character. The sistax is: ** Your Text **

Italic

This is a paragraph with italic character. The sistax is: * Your Text *

Bold and Italic

This is a paragraph with bold character. The sistax is: *** Your Text ***

Order List

You need to write a some number with one dot

  1. Item 1
  2. Item 2

Unorder List

Sintax: * Item 1 or - Item 1 or + Item 1

  • Item 1
  • Item 2

Images

Sintax: ![Gato](./gato-risa.jpeg).
Gato