Skip to content

Commit babea44

Browse files
author
Milos Kotlar
committed
Fix nested code fence in create-kbe SKILL.md dry-run template
The dry-run draft template used a triple-backtick markdown outer fence containing inner json/text fences. The first inner closing fence terminated the outer block, causing the rest of the template to render as plain markdown. Promote the outer fence to four backticks.
1 parent 12c8661 commit babea44

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/skills/create-kbe/SKILL.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -192,7 +192,7 @@ issue bodies. Keep them easy to compare and edit on disk.
192192

193193
Prefer this layout for dry-run files:
194194

195-
```markdown
195+
````markdown
196196
# Draft KBE issue
197197

198198
- Proposed title: `...`
@@ -226,7 +226,7 @@ Build error leg or test failing: ...
226226

227227
**Recommended action:**
228228
...
229-
```
229+
````
230230

231231
For dry-run artifacts, prefer the layout above over adding extra sections like
232232
`Pull request:` or `## Error Details` unless they are truly necessary for

0 commit comments

Comments
 (0)