Add hint for using bash commands to justify markdown tables

This commit is contained in:
2026-02-17 23:46:05 +05:30
parent a273bf8963
commit 344c7472e2

View File

@@ -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.