Skip to content

Commit

Permalink
Remove explict heading from index.md
Browse files Browse the repository at this point in the history
  • Loading branch information
benbalter committed Apr 10, 2018
1 parent f16c91c commit 583ac83
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions index.md
Expand Up @@ -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.

# [](#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.

## [](#header-2)Header 2
## Header 2

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

```js
// Javascript code with syntax highlighting.
Expand All @@ -37,19 +37,19 @@ GitHubPages::Dependencies.gems.each do |gem, version|
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.

##### [](#header-5)Header 5
##### Header 5

1. 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.

###### [](#header-6)Header 6
###### Header 6

| head1 | head two | three |
|:-------------|:------------------|:------|
Expand Down

0 comments on commit 583ac83

Please sign in to comment.