Skip to content

Commit 01af8f3

Browse files
authored
Merge pull request #846 from vdepizzol/patch-1
Fix markdown typos in Contributing docs page
2 parents aa915e3 + 63a444c commit 01af8f3

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

pages/css/getting-started/contributing.md

+7-7
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ Let the [design systems team](https://github.com/github/design-systems) know if
7676

7777
- Documentation for Primer CSS modules should live in the corresponding `.md` file for that module in the `/pages/css` folder.
7878

79-
-There are separate folders in `/pages/css` for component, object, support, and utilities docs, as well as separate folders for more general documentation such as principles and tooling.
79+
- There are separate folders in `/pages/css` for component, object, support, and utilities docs, as well as separate folders for more general documentation such as principles and tooling.
8080

8181
- Each folder corresponds to a new url such as `primer.style/css/utilities`.
8282

@@ -117,8 +117,8 @@ Typically the file will look something like this:
117117
Which consists of three parts:
118118

119119
1. **YML frontmatter** _(optional)_, similar to jekyll’s frontmatter, this is used to generate the sidebar and title components.
120-
2. **Docs section** _(required)_, This is the section between the YML and the first `````html`
121-
3. **The example section** _(optional)_, This section is denoted by ````html` and will render into an example used in the page. This can contain rails helpers also eg. `<%= octicons 'fire' %>`
120+
2. **Docs section** _(required)_, This is the section between the YML and the first ````html`
121+
3. **The example section** _(optional)_, This section is denoted by ````html` and will render into an example used in the page. This can contain rails helpers also eg. `<%= octicons 'fire' %>`
122122

123123
The options you have for the frontmatter are outlined below:
124124

@@ -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)