From 344c7472e2c332a14bd2412f3d5ac82bbfc1e100 Mon Sep 17 00:00:00 2001 From: abhishekbhakat Date: Tue, 17 Feb 2026 23:46:05 +0530 Subject: [PATCH] Add hint for using bash commands to justify markdown tables --- .factory/rules/markdown.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.factory/rules/markdown.md b/.factory/rules/markdown.md index bafe539..0f9d4ba 100644 --- a/.factory/rules/markdown.md +++ b/.factory/rules/markdown.md @@ -9,3 +9,7 @@ Example: | Name | Age | City | |------------|-----|---------------| | Abhishek | 30 | New York | + +## Hint + +Use bash commands to count the chars in each column and add spaces accordingly to justify the table.