Remove explict heading from index.md
This commit is contained in:
parent
c2e6d9b123
commit
83790cfac3
12
index.md
12
index.md
@ -10,17 +10,17 @@ There should be whitespace between paragraphs.
|
|||||||
|
|
||||||
There should be whitespace between paragraphs. We recommend including a README, or a file with information about your project.
|
There should be whitespace between paragraphs. We recommend including a README, or a file with information about your project.
|
||||||
|
|
||||||
# [](#header-1)Header 1
|
# Header 1
|
||||||
|
|
||||||
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.
|
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.
|
||||||
|
|
||||||
## [](#header-2)Header 2
|
## Header 2
|
||||||
|
|
||||||
> This is a blockquote following a header.
|
> This is a blockquote following a header.
|
||||||
>
|
>
|
||||||
> When something is important enough, you do it even if the odds are not in your favor.
|
> When something is important enough, you do it even if the odds are not in your favor.
|
||||||
|
|
||||||
### [](#header-3)Header 3
|
### Header 3
|
||||||
|
|
||||||
```js
|
```js
|
||||||
// Javascript code with syntax highlighting.
|
// Javascript code with syntax highlighting.
|
||||||
@ -37,19 +37,19 @@ GitHubPages::Dependencies.gems.each do |gem, version|
|
|||||||
end
|
end
|
||||||
```
|
```
|
||||||
|
|
||||||
#### [](#header-4)Header 4
|
#### Header 4
|
||||||
|
|
||||||
* This is an unordered list following a header.
|
* This is an unordered list following a header.
|
||||||
* This is an unordered list following a header.
|
* This is an unordered list following a header.
|
||||||
* This is an unordered list following a header.
|
* This is an unordered list following a header.
|
||||||
|
|
||||||
##### [](#header-5)Header 5
|
##### Header 5
|
||||||
|
|
||||||
1. This is an ordered list following a header.
|
1. This is an ordered list following a header.
|
||||||
2. This is an ordered list following a header.
|
2. This is an ordered list following a header.
|
||||||
3. This is an ordered list following a header.
|
3. This is an ordered list following a header.
|
||||||
|
|
||||||
###### [](#header-6)Header 6
|
###### Header 6
|
||||||
|
|
||||||
| head1 | head two | three |
|
| head1 | head two | three |
|
||||||
|:-------------|:------------------|:------|
|
|:-------------|:------------------|:------|
|
||||||
|
Loading…
Reference in New Issue
Block a user