Skip to content

Commit bca3aa6

Browse files
Markdown Table Fix (#445)
1 parent 5965cdf commit bca3aa6

File tree

1 file changed

+8
-6
lines changed

1 file changed

+8
-6
lines changed

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

Lines changed: 8 additions & 6 deletions
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-
| Home Directory (`~/.knowledge.md`) | Project (`knowledge.md`) |
111-
|-----------------------------------|-----------------------------|
112-
| Personal coding preferences | Project-specific conventions |
113-
| Preferred frameworks/tools | Architecture decisions |
114-
| Communication style | Build and deploy commands |
115-
| Global defaults | Team coding standards |
110+
<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 |
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)