Skip to content

Commit ce03c95

Browse files
Markdown Table Fixed
1 parent 28db5db commit ce03c95

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

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

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -107,12 +107,14 @@ Then add your global preferences:
107107

108108
### When to Use Home Directory vs Project Knowledge Files
109109

110+
<MarkdownTable>
110111
| Home Directory (`~/.knowledge.md`) | Project (`knowledge.md`) |
111-
|-----------------------------------|------------------------------------|
112+
|------------------------------------|--------------------------|
112113
| Personal coding preferences | Project-specific conventions |
113114
| Preferred frameworks/tools | Architecture decisions |
114115
| Communication style | Build and deploy commands |
115116
| Global defaults | Team coding standards |
117+
</MarkdownTable>
116118

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

0 commit comments

Comments
 (0)