Commit babea44
Milos Kotlar
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
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
192 | 192 | | |
193 | 193 | | |
194 | 194 | | |
195 | | - | |
| 195 | + | |
196 | 196 | | |
197 | 197 | | |
198 | 198 | | |
| |||
226 | 226 | | |
227 | 227 | | |
228 | 228 | | |
229 | | - | |
| 229 | + | |
230 | 230 | | |
231 | 231 | | |
232 | 232 | | |
| |||
0 commit comments