Skip to content

Commit 63a444c

Browse files
authored
fix backticks in code blocks and versioning sections
1 parent 0698c4f commit 63a444c

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

pages/css/getting-started/contributing.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -173,11 +173,11 @@ In pages published on [primer.style/css](https://primer.style/css), a table of c
173173

174174
When using code blocks for demo purposes, you can choose to render each of the blocks differently by specifying the layout in the info string. For example if you want to use `toggle` as the layout for a code block:
175175

176-
```markdown
177-
```html layout=toggle
178-
<div class="p-5">Animation</div>
179-
```
176+
````markdown
177+
```html layout=toggle
178+
<div class="p-5">Animation</div>
180179
```
180+
````
181181

182182
#### Versioning
183183

0 commit comments

Comments
 (0)