Skip to content

Commit c1e5a83

Browse files
committed
fixed documentation markdown
1 parent 90843b8 commit c1e5a83

File tree

1 file changed

+3
-23
lines changed

1 file changed

+3
-23
lines changed

modules/primer-progress/README.md

Lines changed: 3 additions & 23 deletions
Original file line numberDiff line numberDiff line change
@@ -32,8 +32,7 @@ For a compiled **CSS** version of this module, an npm script is included that wi
3232
```
3333
$ npm run build
3434
```
35-
36-
## Default Progress Bar
35+
## Documentation
3736

3837
<!-- %docs
3938
title: Progress Bar
@@ -42,6 +41,8 @@ status: Experimental
4241

4342
Use progress bars to show progress.
4443

44+
## Default Progress Bar
45+
4546
```html
4647
<span class="Progress">
4748
<span class="Progress-value bg-green" style="width: 50%;"></span>
@@ -50,15 +51,8 @@ Use progress bars to show progress.
5051
</span>
5152
```
5253

53-
<!-- %enddocs -->
54-
5554
## Large Progress Bar
5655

57-
<!-- %docs
58-
title: Large Progress Bar
59-
status: Experimental
60-
-->
61-
6256
```html
6357
<span class="Progress Progress--large">
6458
<span class="Progress-value bg-green" style="width: 50%;"></span>
@@ -67,15 +61,8 @@ status: Experimental
6761
</span>
6862
```
6963

70-
<!-- %enddocs -->
71-
7264
## Small Progress Bar
7365

74-
<!-- %docs
75-
title: Small Progress Bar
76-
status: Experimental
77-
-->
78-
7966
```html
8067
<span class="Progress Progress--small">
8168
<span class="Progress-value bg-green" style="width: 50%;"></span>
@@ -84,15 +71,8 @@ status: Experimental
8471
</span>
8572
```
8673

87-
<!-- %enddocs -->
88-
8974
## Progress Bar With Tooltip
9075

91-
<!-- %docs
92-
title: Progress Bar with Tooltip
93-
status: Experimental
94-
-->
95-
9676
```html
9777
<div class="tooltipped tooltipped-n" aria-label="78 done / 6 in progress / 2 to do">
9878
<span class="Progress">

0 commit comments

Comments
 (0)