From 9cd07b88c909f20a40f85f91f02ff6e1cf1f8578 Mon Sep 17 00:00:00 2001 From: Daniel Dides <8784265+danieldides@users.noreply.github.com> Date: Sat, 2 Aug 2025 06:56:30 -0400 Subject: [PATCH] docs: fix markdown for cognee tutorial (#3801) --- documentation/docs/tutorials/advanced-cognee-usage.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/documentation/docs/tutorials/advanced-cognee-usage.md b/documentation/docs/tutorials/advanced-cognee-usage.md index 34fc42a2bb..a25f796791 100644 --- a/documentation/docs/tutorials/advanced-cognee-usage.md +++ b/documentation/docs/tutorials/advanced-cognee-usage.md @@ -49,7 +49,7 @@ Use instruction files for consistent behavior across sessions. This method uses Create `~/.config/goose/cognee-instructions.md`: -```markdown +````markdown You are an LLM agent with access to a Cognee knowledge graph for memory. **IMPORTANT RULES:** @@ -86,7 +86,7 @@ You are an LLM agent with access to a Cognee knowledge graph for memory. - When asked to analyze code repositories - Use: `cognee-mcp__codify(\{ repo_path: "path" \})` - Only process files returned by `rg --files` -``` +```` Start Goose with instructions: ```bash