Navigation Menu

Skip to content
This repository has been archived by the owner on Sep 23, 2022. It is now read-only.

Commit

Permalink
Small style fix to code blocks, added README.md table of contents.
Browse files Browse the repository at this point in the history
  • Loading branch information
magnetikonline committed Apr 11, 2016
1 parent 3f29f3f commit 12b9d66
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 2 deletions.
10 changes: 9 additions & 1 deletion README.md
Expand Up @@ -5,6 +5,14 @@ Handy for authoring/previewing `README.md` files (or any Markdown for that matte

**Note:** this is intended for local development only, probably not a good idea for production use due to GitHub API rate limits per user.

- [Requires](#requires)
- [Usage](#usage)
- [Install](#install)
- [Configure index.php](#configure-indexphp)
- [Setup URL rewrite rules](#setup-url-rewrite-rules)
- [Test](#test)
- [CSS style issues](#css-style-issues)

## Requires
- PHP 5.4+
- [PHP cURL extension](http://php.net/manual/en/book.curl.php) (more than likely already part of your PHP install)
Expand Down Expand Up @@ -36,7 +44,7 @@ Generate a new [GitHub OAuth token](http://developer.github.com/v3/oauth/#create

Make a note of the token generated.

Update the following constants at the top of `index.php` in the `GitHubMarkdownRender` class:
Update the following constants [at the top of `index.php`](index.php#L10-L11) in the `GitHubMarkdownRender` class:

<table>
<tr>
Expand Down
1 change: 0 additions & 1 deletion index.php
Expand Up @@ -334,7 +334,6 @@ private function getHtmlPageHeader() {
border-radius: 3px;
font-size: 85%;
line-height: 1.45;
margin: 0;
overflow: auto;
padding: 16px;
}
Expand Down

0 comments on commit 12b9d66

Please sign in to comment.