diff --git a/index.md b/index.md index d1ee588..f7bbef9 100644 --- a/index.md +++ b/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. -# [](#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. @@ -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 | |:-------------|:------------------|:------|