From 83fe668a7c8a5eeed990af7b8e19bda8d73c120d Mon Sep 17 00:00:00 2001 From: Tim Deschryver <28659384+timdeschryver@users.noreply.github.com> Date: Fri, 6 Feb 2026 11:16:26 +0100 Subject: [PATCH] fix markdown code blocks --- instructions/code-review-generic.instructions.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/instructions/code-review-generic.instructions.md b/instructions/code-review-generic.instructions.md index b4c21ff6..bcd7365d 100644 --- a/instructions/code-review-generic.instructions.md +++ b/instructions/code-review-generic.instructions.md @@ -265,10 +265,10 @@ stmt.setString(1, email); ``` **Reference:** OWASP SQL Injection Prevention Cheat Sheet -``` +```` #### Important Issue -```markdown +````markdown **🟡 IMPORTANT - Testing: Missing test coverage for critical path** The `processPayment()` function handles financial transactions but has no tests