Skip to content

Commit

Permalink
Update documentation to use correct markdown
Browse files Browse the repository at this point in the history
The markdown on this page is rendering incorrectly. Sections have changed to generate headings consistent with the rest of the page.
  • Loading branch information
estsauver authored Sep 18, 2016
1 parent 4bb7dbb commit 890e04f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions docs/src/site/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ The name is a playful shortening of the word *category*.
around Q3 2016).</p> </div>


# <a name="getting-started" href="#getting-started"></a>Getting Started
### <a name="getting-started" href="#getting-started"></a>Getting Started

Cats is currently available for Scala 2.10 and 2.11.

Expand Down Expand Up @@ -78,7 +78,7 @@ we can without making unnecessary sacrifices of purity and
usability. Where sacrifices have to be made, we will strive to make
these obvious, and will keep them well documented.

# <a name="project-structure" href="#project-structure"></a>Project Structure
### <a name="project-structure" href="#project-structure"></a>Project Structure

In an attempt to be more modular, Cats is broken up into a number of sub-projects:

Expand All @@ -89,7 +89,7 @@ In an attempt to be more modular, Cats is broken up into a number of sub-project
* *tests* - tests that check type class instances with laws from *laws*
* *docs* - The source for this website

# <a name="copyright" href="#copyright"></a>Copyright and License
### <a name="copyright" href="#copyright"></a>Copyright and License

All code is available to you under the MIT license, available at
http://opensource.org/licenses/mit-license.php and also in the
Expand Down

2 comments on commit 890e04f

@jarrodu
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

It seems like there are still a few section headings that are not rendered correctly.

# Getting Started, <a name “motivations”></a> # Motivations, # Project Structure and # Copyright and License

I copied these examples from http://typelevel.org/cats/index.html.

@jarrodu
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

That page says it was last updated on August 21st. Maybe that has something to do with it.

Please sign in to comment.