From 805114aef82de95c7d66be9f7ba170cf61dfb9fa Mon Sep 17 00:00:00 2001 From: David Rees <770765+studgeek@users.noreply.github.com> Date: Tue, 5 Aug 2025 16:30:57 -0700 Subject: [PATCH] fix(docs): Fix code block delimiters in commands.md (#5521) Co-authored-by: Sandy Tao --- docs/cli/commands.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/cli/commands.md b/docs/cli/commands.md index c4590f5f..c912ca2d 100644 --- a/docs/cli/commands.md +++ b/docs/cli/commands.md @@ -256,7 +256,7 @@ Please generate a Conventional Commit message based on the following git diff: ```diff !{git diff --staged} -```` +``` """ @@ -277,7 +277,7 @@ First, ensure the user commands directory exists, then create a `refactor` subdi ```bash mkdir -p ~/.gemini/commands/refactor touch ~/.gemini/commands/refactor/pure.toml -```` +``` **2. Add the content to the file:**