- Headings
- Line Divider
- Text
- Ordered List
- Unordered List
- Checkbox list
- Quote box
- Inline Codes
- Block Codes
- Table
- Links
- Images
# This is the main title of the document, use it only one time
## Its for the main section titles like "Installation", "How to Use"
### For example, if you have an "Installation" section, you might have a subheading for "Requirements" or "Step by Step"
#### used to subdivide the content in even more detail
##### More detailed yet
***this is a line divider
---this is a line divider too
-
This is a enfasis prhase
*Enfasis*
-
This is a STRONG phrase
**STRONG**
-
this is a Italic phrase
_Italic_
- Item 1
- Item 2
- item 3
Markdown Code: 1. Item 1 2. Item 2 3. item 3
- Item 1
- Item 2
- Item 3
Markdown Code: * Item 1 * Item 2 * Item 3
- Take a Shower
- Breakfast
- Go to University
Markdown Code:
- [x] Take a Shower
- [x] Breakfast
- [ ] Go to UniversityQuote Box
Aligned Quote box
Markdown Code:
>Quote Box
>> Aligned Quote box
GitandGitHubare very important
Markdown Code:
`Git` and `GitHub` are very importantint age = 30
age += 5
print(age)``` block code content ```
| Name | Age |
|---|---|
| Peter | 18 |
| Henry | 20 |
Markdown Code:
|Name | Age |
| --- | ----|
|Peter| 18|
|Henry| 20|- Go to My GitHub
Markdown Code: Go to My [GitHub](https://github.com/joao-vmoraes "GitHub")
Markdown Code: 
