fix(docs): Fix code block delimiters in commands.md (#5521)
Co-authored-by: Sandy Tao <sandytao520@icloud.com>
This commit is contained in:
parent
91035ad7b0
commit
805114aef8
|
@ -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:**
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue