Browse Source

fix(writing-plans): use 4-backtick fence for nested code blocks in Task Structure template

coltwindy 7 months ago
parent
commit
19df3db59b
1 changed files with 2 additions and 2 deletions
  1. 2 2
      skills/writing-plans/SKILL.md

+ 2 - 2
skills/writing-plans/SKILL.md

@@ -46,7 +46,7 @@ Assume they are a skilled developer, but know almost nothing about our toolset o
 
 
 ## Task Structure
 ## Task Structure
 
 
-```markdown
+````markdown
 ### Task N: [Component Name]
 ### Task N: [Component Name]
 
 
 **Files:**
 **Files:**
@@ -85,7 +85,7 @@ Expected: PASS
 git add tests/path/test.py src/path/file.py
 git add tests/path/test.py src/path/file.py
 git commit -m "feat: add specific feature"
 git commit -m "feat: add specific feature"
 ```
 ```
-```
+````
 
 
 ## Remember
 ## Remember
 - Exact file paths always
 - Exact file paths always