markdown TAB code example
Example 1: markdown table
Layout:
| Tables | Are | Cool |
|----------|:-------------:|------:|
| col 1 is | left-aligned | $1600 |
| col 2 is | centered | $12 |
| col 3 is | right-aligned | $1 |
An amazing website for building a table in markdown:
https:
Example 2: Markdown heading
# Title
## Title
##### Title
Example 3: markdown horizontal line
***
---
_________________
Example 4: link in markdown
[Name](Link)
Example 5: markdown straight line
horizontal line in markdown:
---