Skip to content

Commit 5a94cec

Browse files
authored
Fix code block formatting in specification prompt (#285)
Indent code block example at list item 9 so entire example can be rendered.
1 parent afc0705 commit 5a94cec

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

prompts/create-specification.prompt.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -111,9 +111,9 @@ tags: [Optional: List of relevant tags or categories, e.g., `infrastructure`, `p
111111

112112
## 9. Examples & Edge Cases
113113

114-
```code
115-
// Code snippet or data example demonstrating the correct application of the guidelines, including edge cases
116-
```
114+
```code
115+
// Code snippet or data example demonstrating the correct application of the guidelines, including edge cases
116+
```
117117

118118
## 10. Validation Criteria
119119

0 commit comments

Comments
 (0)