fix: nested code fence rendering in memory README (#48)

* fix: nested code fence rendering in memory README Example 2

* fix: nested code fence rendering in skills README Example 2
This commit is contained in:
Zhaoshan "Joshua" Duan
2026-04-06 13:04:18 -07:00
committed by GitHub
parent 34259caf7c
commit ce24423320
2 changed files with 4 additions and 4 deletions

View File

@@ -641,7 +641,7 @@ Claude will load CLAUDE.md from the specified additional directory alongside the
**File:** `./src/api/CLAUDE.md`
```markdown
````markdown
# API Module Standards
This file overrides root CLAUDE.md for everything in /src/api/
@@ -703,7 +703,7 @@ Error responses:
- Cache duration: 5 minutes default
- Invalidate on write operations
- Tag cache keys with resource type
```
````
### Example 3: Personal Memory