Skip to content

Commit 5a2c700

Browse files
committed
Remove explict heading from index.md
1 parent 9c7d708 commit 5a2c700

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

index.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -10,17 +10,17 @@ There should be whitespace between paragraphs.
1010

1111
There should be whitespace between paragraphs. We recommend including a README, or a file with information about your project.
1212

13-
# [](#header-1)Header 1
13+
# Header 1
1414

1515
This is a normal paragraph following a header. GitHub is a code hosting platform for version control and collaboration. It lets you and others work together on projects from anywhere.
1616

17-
## [](#header-2)Header 2
17+
## Header 2
1818

1919
> This is a blockquote following a header.
2020
>
2121
> When something is important enough, you do it even if the odds are not in your favor.
2222
23-
### [](#header-3)Header 3
23+
### Header 3
2424

2525
```js
2626
// Javascript code with syntax highlighting.
@@ -37,19 +37,19 @@ GitHubPages::Dependencies.gems.each do |gem, version|
3737
end
3838
```
3939

40-
#### [](#header-4)Header 4
40+
#### Header 4
4141

4242
* This is an unordered list following a header.
4343
* This is an unordered list following a header.
4444
* This is an unordered list following a header.
4545

46-
##### [](#header-5)Header 5
46+
##### Header 5
4747

4848
1. This is an ordered list following a header.
4949
2. This is an ordered list following a header.
5050
3. This is an ordered list following a header.
5151

52-
###### [](#header-6)Header 6
52+
###### Header 6
5353

5454
| head1 | head two | three |
5555
|:-------------|:------------------|:------|

0 commit comments

Comments
 (0)