Markdown
Usage
Syntax
*Italic*
**Bold**
# Heading 1
## Heading 2
### Heading 3
#### Heading 4
##### Heading 5
###### Heading 6
[Visit the Appfarm website](https://appfarm.io)

> Blockquote
`Inline code`
Code block
```
// Log Hello World to console
console.log('Hello World!')
```
* List
* List
* List
1. Ordered list
2. Ordered list
3. Ordered list
Horizontal rule
---
Tables
| Column 1 | Column 2 |
| -------- | ---------|
| Row 1 | Row 1 Sample Data |
| Row 2 | Row 2 Sample Data |
| Row 3 | Row 3 Sample Data |
Right Aligned Columns
| Column 1 | Column 2 |
| -------: | -------: |
| Row 1 | Row 1 Sample Data |
| Row 2 | Row 2 Sample Data |
| Row 3 | Row 3 Sample Data |
Center Aligned Columns
| Column 1 | Column 2 |
| :------: | :------: |
| Row 1 | Row 1 Sample Data |
| Row 2 | Row 2 Sample Data |
| Row 3 | Row 3 Sample Data |
Last updated
Was this helpful?