From c4d855f3843c7c345408b13c4aa346097faa7f5a Mon Sep 17 00:00:00 2001 From: John Haugabook Date: Sat, 4 Oct 2025 23:14:43 -0400 Subject: [PATCH] Fix code block formatting in specification prompt Indent code block example at list item 9 so entire example can be rendered. --- prompts/create-specification.prompt.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/prompts/create-specification.prompt.md b/prompts/create-specification.prompt.md index 09c6bd7..d9c9e5b 100644 --- a/prompts/create-specification.prompt.md +++ b/prompts/create-specification.prompt.md @@ -111,9 +111,9 @@ tags: [Optional: List of relevant tags or categories, e.g., `infrastructure`, `p ## 9. Examples & Edge Cases -```code -// Code snippet or data example demonstrating the correct application of the guidelines, including edge cases -``` + ```code + // Code snippet or data example demonstrating the correct application of the guidelines, including edge cases + ``` ## 10. Validation Criteria