Skip to content

Commit 9c2eb27

Browse files
yepzdkclaude
andcommitted
fix: resolve nested code block markdown rendering issues
Use quintuple backticks for outer code fences in templates to allow inner code blocks to render correctly. Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
1 parent c3952fa commit 9c2eb27

1 file changed

Lines changed: 8 additions & 8 deletions

File tree

skills/itkdev-documentation.md

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ Follow these conventions based on the [AarhusAI documentation style](https://aar
7979

8080
When generating a README, include these sections as appropriate:
8181

82-
```markdown
82+
`````markdown
8383
# Project Name
8484

8585
Brief description of what the project does and its purpose.
@@ -142,13 +142,13 @@ Link to contribution guidelines or brief instructions.
142142
## License
143143

144144
License information.
145-
```
145+
`````
146146

147147
## Technical Documentation Templates
148148

149149
### Deployment Guide Template
150150

151-
```markdown
151+
`````markdown
152152
# Deployment Guide
153153

154154
## Overview
@@ -195,7 +195,7 @@ How to verify the deployment succeeded.
195195
**Symptom:** Description of the problem.
196196

197197
**Solution:** How to fix it.
198-
```
198+
`````
199199

200200
### Architecture Documentation Template
201201

@@ -221,7 +221,7 @@ Include diagrams where helpful (Mermaid, ASCII, or image references).
221221

222222
### API Documentation Template
223223

224-
```markdown
224+
`````markdown
225225
# API Reference
226226

227227
## Authentication
@@ -253,15 +253,15 @@ How to authenticate with the API.
253253
```bash
254254
curl -X GET https://api.example.com/endpoint
255255
```
256-
```
256+
`````
257257

258258
## ITK Dev Docker Projects
259259

260260
For projects using ITK Dev Docker infrastructure, include:
261261

262262
### Standard README Sections
263263

264-
```markdown
264+
`````markdown
265265
## Development Setup
266266

267267
### Prerequisites
@@ -300,7 +300,7 @@ For projects using ITK Dev Docker infrastructure, include:
300300
| Export config | `itkdev-docker-compose drush cex -y` |
301301
| Import config | `itkdev-docker-compose drush cim -y` |
302302
| Run tests | `task ci` |
303-
```
303+
`````
304304

305305
### Taskfile Integration
306306

0 commit comments

Comments
 (0)