fix(docs): 修复 Extra05 SKILL.md 示例的代码块嵌套渲染错误 - #845
Open
1-fdf wants to merge 1 commit into
Open
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
问题描述
《Agent Skills 解读》(Extra-Chapter/Extra05-AgentSkills解读.md)"实践案例:MySQL 员工分析 Skill 详解"一节,用
markdown 围栏展示了一份完整的 SKILL.md 示例,但示例内部又包含python 代码块和多段 SQL,产生围栏嵌套冲突。按 CommonMark 规则,内层 ``` 会直接关闭外层代码块,导致渲染错乱:
,反向开启一个新代码块,把"这个 SKILL.md 文件展示了一个完整技能的结构"、"技能的使用效果"、输出表格、"关键洞察"、"Skills 的分享与复用"等内容全部吞进代码块,直到后文一个bash 才意外闭合修改内容
验证
python /sql 均作为字面内容