Skip to content

Commit 82cfa1a

Browse files
Markdown Table Indentation Given
1 parent ce03c95 commit 82cfa1a

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

web/src/content/tips/knowledge-files.mdx

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -108,12 +108,12 @@ Then add your global preferences:
108108
### When to Use Home Directory vs Project Knowledge Files
109109

110110
<MarkdownTable>
111-
| Home Directory (`~/.knowledge.md`) | Project (`knowledge.md`) |
112-
|------------------------------------|--------------------------|
113-
| Personal coding preferences | Project-specific conventions |
114-
| Preferred frameworks/tools | Architecture decisions |
115-
| Communication style | Build and deploy commands |
116-
| Global defaults | Team coding standards |
111+
| Home Directory (`~/.knowledge.md`) | Project (`knowledge.md`) |
112+
|------------------------------------|--------------------------|
113+
| Personal coding preferences | Project-specific conventions |
114+
| Preferred frameworks/tools | Architecture decisions |
115+
| Communication style | Build and deploy commands |
116+
| Global defaults | Team coding standards |
117117
</MarkdownTable>
118118

119119
Both files are loaded—project knowledge files add to (and can override) your home directory preferences.

0 commit comments

Comments
 (0)