Skip to content

Commit 071c35b

Browse files
authored
Merge pull request #9190 from microsoft/ntrogh/skills-fix
Fix code blocks in Agent Skills
2 parents 534bcf5 + 242dc14 commit 071c35b

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

docs/copilot/customization/agent-skills.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,7 @@ The following examples demonstrate different types of skills you can create.
109109
<details>
110110
<summary>Example: Web application testing skill</summary>
111111

112-
```markdown
112+
````markdown
113113
---
114114
name: webapp-testing
115115
description: Guide for testing web applications using Playwright. Use this when asked to create or run browser-based tests.
@@ -152,14 +152,14 @@ npx playwright test --debug
152152
- Keep tests independent and atomic
153153
- Use Page Object Model for complex pages
154154
- Take screenshots on failure
155-
```
155+
````
156156

157157
</details>
158158

159159
<details>
160160
<summary>Example: GitHub Actions debugging skill</summary>
161161

162-
```markdown
162+
````markdown
163163
---
164164
name: github-actions-debugging
165165
description: Guide for debugging failing GitHub Actions workflows. Use this when asked to debug failing GitHub Actions workflows.
@@ -183,7 +183,7 @@ This skill helps you debug failing GitHub Actions workflows in pull requests.
183183
- **Version mismatches**: Verify action versions and dependencies are compatible
184184
- **Permission issues**: Ensure the workflow has the necessary permissions
185185
- **Timeout issues**: Consider splitting long-running jobs or increasing timeout values
186-
```
186+
````
187187

188188
</details>
189189

0 commit comments

Comments
 (0)