Skip to content

Commit ba6f472

Browse files
fix: add blank line and language specifier to code block in claude-code-feature-dev-comparison.md
- Add blank line before code fence (MD031) - Add 'text' language specifier to code block (MD040) - Fixes linting errors identified in CodeRabbit review Co-authored-by: Gregg Coppen <[email protected]>
1 parent e0a8fda commit ba6f472

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/research/codebase-context/claude-code-feature-dev-comparison.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -603,8 +603,8 @@ For key user flows, trace the execution path:
603603
- Output/response generation
604604

605605
**Example Flow:**
606-
```
607606

607+
```text
608608
User Login:
609609

610610
1. POST /api/auth/login → routes/auth.ts:23

0 commit comments

Comments
 (0)