Add hint for using bash commands to justify markdown tables
This commit is contained in:
@@ -9,3 +9,7 @@ Example:
|
|||||||
| Name | Age | City |
|
| Name | Age | City |
|
||||||
|------------|-----|---------------|
|
|------------|-----|---------------|
|
||||||
| Abhishek | 30 | New York |
|
| Abhishek | 30 | New York |
|
||||||
|
|
||||||
|
## Hint
|
||||||
|
|
||||||
|
Use bash commands to count the chars in each column and add spaces accordingly to justify the table.
|
||||||
|
|||||||
Reference in New Issue
Block a user