fix(docs): Fix code block delimiters in commands.md (#5521)

Co-authored-by: Sandy Tao <sandytao520@icloud.com>
This commit is contained in:
David Rees 2025-08-05 16:30:57 -07:00 committed by GitHub
parent 91035ad7b0
commit 805114aef8
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 2 additions and 2 deletions

View File

@ -256,7 +256,7 @@ Please generate a Conventional Commit message based on the following git diff:
```diff ```diff
!{git diff --staged} !{git diff --staged}
```` ```
""" """
@ -277,7 +277,7 @@ First, ensure the user commands directory exists, then create a `refactor` subdi
```bash ```bash
mkdir -p ~/.gemini/commands/refactor mkdir -p ~/.gemini/commands/refactor
touch ~/.gemini/commands/refactor/pure.toml touch ~/.gemini/commands/refactor/pure.toml
```` ```
**2. Add the content to the file:** **2. Add the content to the file:**