Skip to content

fix(docs): Fix nested code fence breaking Example 3 heading in skills README#25

Open
hsuanchenlin wants to merge 1 commit intoluongnv89:mainfrom
hsuanchenlin:fix/skills-readme-code-fence
Open

fix(docs): Fix nested code fence breaking Example 3 heading in skills README#25
hsuanchenlin wants to merge 1 commit intoluongnv89:mainfrom
hsuanchenlin:fix/skills-readme-code-fence

Conversation

@hsuanchenlin
Copy link
Copy Markdown

Summary

  • The codebase-visualizer SKILL.md example in 03-skills/README.md contains nested code fences (```bash inside ```yaml), which causes the outer block to close prematurely
  • This makes the ### Example 3: Deploy Skill (User-Invoked Only) heading render inside a code block instead of as markdown
  • Fixed by using 4-backtick fences (``````) for the outer code block, so the inner 3-backtick fences don't break it

Type of Change

  • Bug fix

Files Changed

  • 03-skills/README.md

Testing

  • Verified the markdown renders correctly after the fix
  • Confirmed no other code blocks in the file are affected

🤖 Generated with Claude Code

…endering

The SKILL.md example for codebase-visualizer contained nested code
fences (```bash inside ```yaml), causing the outer block to close
prematurely. This made the "Example 3: Deploy Skill" heading render
inside a code block. Fixed by using ```` (4 backticks) for the outer
fence.

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant