12 lines
242 B
Markdown
12 lines
242 B
Markdown
# Markdown Rules
|
|
|
|
## Tables
|
|
|
|
The tables in markdown should always by ascii char count justified for better readability.
|
|
|
|
Example:
|
|
|
|
| Name | Age | City |
|
|
|------------|-----|---------------|
|
|
| Abhishek | 30 | New York |
|