Skip to content

Commit 87d3faa

Browse files
JRemitzclaude
andcommitted
fix: use text lexer for CSV block in docs (csv not recognized by Pygments)
Co-Authored-By: Claude <noreply@anthropic.com>
1 parent 1cdd24c commit 87d3faa

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

docs/guide/configuration.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -451,7 +451,7 @@ Team profiles are stored as JSON files in the config directory under `teams/{lev
451451

452452
2. **Create the roster CSV** with `number`, `name`, and `position` columns:
453453

454-
```csv
454+
```text
455455
number,name,position
456456
48,John Smith,C
457457
24,Jane Doe,D

0 commit comments

Comments
 (0)