Skip to content

Commit d516ea4

Browse files
committed
fix: add language identifiers to code fences (MD040)
1 parent 6f01b6b commit d516ea4

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -53,17 +53,17 @@ Traditional code search matches text, not meaning. You have to already know what
5353

5454
OpenCodeIntel understands your code the way you do. Search by what code *does*, not what it's named.
5555

56-
```
56+
```text
5757
You search: "authentication logic"
5858
It finds: validateSessionToken(), checkJWT(), authMiddleware.ts
5959
```
6060

61-
```
61+
```text
6262
You search: "where we handle payments"
6363
It finds: stripe/checkout.ts, processRefund(), PaymentService
6464
```
6565

66-
```
66+
```text
6767
You search: "error handling"
6868
It finds: catch blocks, onError(), processFailure()
6969
```
@@ -170,7 +170,7 @@ OpenCodeIntel is the tool I wish I had. It's open source because I think every d
170170

171171
## Architecture
172172

173-
```
173+
```text
174174
┌─────────────────────────────────────────┐
175175
│ Frontend (React + Vite) │
176176
└─────────────────┬───────────────────────┘

0 commit comments

Comments
 (0)