Skip to content

Commit 1362ac0

Browse files
committed
fix: 修复03-Commands指南嵌套代码块渲染问题
4.5节「工具调用语法」中两处嵌套代码块因内外层都用三反引号导致提前闭合, 外层改用四反引号包裹,内层代码块正常渲染。
1 parent f82ee4e commit 1362ac0

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

docs/claude-code/03-Commands系统完整指南.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -765,7 +765,7 @@ $ARGUMENTS 格式:<主题> [风格] [字数]
765765

766766
#### 基础工具调用
767767

768-
```markdown
768+
````markdown
769769
## 执行步骤
770770

771771
### 步骤1:读取配置文件
@@ -785,7 +785,7 @@ Grep("TODO|FIXME", path="src/", type="py")
785785
```bash
786786
npm run test
787787
```
788-
```
788+
````
789789

790790
#### MCP工具调用
791791

@@ -799,7 +799,7 @@ npm run test
799799
>
800800
> **详细教程**:MCP的安装和配置请见「04-MCP集成完整指南」。
801801
802-
```markdown
802+
````markdown
803803
## MCP工具使用
804804

805805
### 搜索最新信息
@@ -818,7 +818,7 @@ mcp__mcp-router__trending(
818818
max_results=20
819819
)
820820
```
821-
```
821+
````
822822

823823
### 4.6 条件逻辑设计
824824

0 commit comments

Comments
 (0)