Skip to content

Commit 7074a50

Browse files
bdougieclaude
andcommitted
fix: resolve MDX parsing error in run-agents-locally guide
Use 4 backticks for outer code fence to prevent nested code blocks from breaking MDX parser. Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
1 parent fcde96e commit 7074a50

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

docs/guides/run-agents-locally.mdx

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,7 @@ Agent files are markdown documents with YAML frontmatter. The frontmatter config
109109

110110
This agent updates pull request titles to follow conventional commit format:
111111

112-
```markdown
112+
````markdown
113113
---
114114
name: Conventional Title
115115
description: Updates PR title to follow conventional commit format
@@ -139,15 +139,15 @@ You are reviewing a pull request to format its title according to conventional c
139139

140140
4. **Update the PR title:**
141141
```bash
142-
gh pr edit <PR_NUMBER> --title "type: description"
142+
gh pr edit PR_NUMBER --title "type: description"
143143
```
144144

145145
## Rules
146146

147147
- If title already follows format, do NOT modify
148148
- Keep description under 72 characters
149149
- Use lowercase, no period at end
150-
```
150+
````
151151

152152
## Security Considerations
153153

0 commit comments

Comments
 (0)