From 973ddc4e978e77f64019d0fe0da971a651c74ede Mon Sep 17 00:00:00 2001 From: Pietro Di Bello Date: Sun, 6 Sep 2026 09:49:18 +0200 Subject: [PATCH] fix(archie): use 4-backtick fence in comment template to avoid literal backslashes in Mermaid blocks --- workflows/archie.md | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/workflows/archie.md b/workflows/archie.md index 4c80417..cc957a4 100644 --- a/workflows/archie.md +++ b/workflows/archie.md @@ -136,7 +136,7 @@ Create a well-formatted comment containing your diagrams: ### Comment Structure -```markdown +````markdown ## 📊 Mermaid Diagram Analysis *Generated by Archie for @${{ github.actor }}* @@ -145,30 +145,30 @@ Create a well-formatted comment containing your diagrams: [Brief description of what this diagram shows] -\```mermaid +```mermaid [diagram code] -\``` +``` ### [Diagram 2 Title] (if applicable) [Brief description] -\```mermaid +```mermaid [diagram code] -\``` +``` ### [Diagram 3 Title] (if applicable) [Brief description] -\```mermaid +```mermaid [diagram code] -\``` +``` --- 💡 **Note**: These diagrams provide a visual summary of the referenced information. Reply with `/archie` to generate new diagrams if the context changes. -``` +```` ## Important Guidelines