Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
156 changes: 87 additions & 69 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -172,7 +172,7 @@
"karma-rollup-preprocessor": "7.0.7",
"lightningcss": "^1.30.2",
"lockfile-lint": "^4.14.1",
"markdownlint-cli": "^0.45.0",
"markdownlint-cli": "^0.48.0",
"mime": "^4.1.0",
"nodemon": "^3.1.11",
"npm-run-all2": "^8.0.4",
Expand Down
10 changes: 5 additions & 5 deletions site/src/content/docs/content/prose.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -118,11 +118,11 @@ Visual elements enhance understanding by providing concrete examples of abstract
Tables work best for comparing related data points or presenting structured information that benefits from a grid layout.

| Name | Up-votes | Down-votes |
|---------|---------|-----------|
| Alice | 10 | 11 |
| Bob | 4 | 3 |
| Charlie | 7 | 9 |
| Totals | 21 | 23 |
|---------|----------|------------|
| Alice | 10 | 11 |
| Bob | 4 | 3 |
| Charlie | 7 | 9 |
| Totals | 21 | 23 |

Keep table headers descriptive and consider the reading order when arranging columns. Simple tables are easier to understand and maintain than complex ones.

Expand Down
Loading