Commit 85109bc
Fix: Resolve markdownlint errors in VSCode section
Fixes for GitHub Actions lint workflow:
- MD060/table-column-style: Fix table separator spacing (line 452)
Changed from |---------|---------| to | ------- | ------- |
- MD031/blanks-around-fences: Add blank lines around fenced code blocks
- Line 490: Added blank line before ```json
- Line 498: Added blank line before ```json
- Line 608: Added blank line before ```bash
- Line 610: Added blank line after ```
All markdownlint checks now pass locally.
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>1 parent 8543751 commit 85109bc
1 file changed
Lines changed: 5 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
449 | 449 | | |
450 | 450 | | |
451 | 451 | | |
452 | | - | |
| 452 | + | |
453 | 453 | | |
454 | 454 | | |
455 | 455 | | |
| |||
487 | 487 | | |
488 | 488 | | |
489 | 489 | | |
| 490 | + | |
490 | 491 | | |
491 | 492 | | |
492 | 493 | | |
| |||
495 | 496 | | |
496 | 497 | | |
497 | 498 | | |
| 499 | + | |
498 | 500 | | |
499 | 501 | | |
500 | 502 | | |
| |||
605 | 607 | | |
606 | 608 | | |
607 | 609 | | |
| 610 | + | |
608 | 611 | | |
609 | 612 | | |
610 | 613 | | |
| 614 | + | |
611 | 615 | | |
612 | 616 | | |
613 | 617 | | |
| |||
0 commit comments