Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fixed broken links in README #41

Merged
merged 1 commit into from
Mar 29, 2018
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,11 +21,11 @@ Name | Description
`level` | Minimum level to apply anchors on or array of selected levels. | 1
`slugify` | A custom slugification function. | [string.js' `slugify`][slugify]
`permalink` | Whether to add permalinks next to titles. | `false`
`renderPermalink` | A custom permalink rendering function. | See [`index.es6.js`](index.es6.js)
`renderPermalink` | A custom permalink rendering function. | See [`index.js`](index.js)
`permalinkClass` | The class of the permalink anchor. | `header-anchor`
`permalinkSymbol` | The symbol in the permalink anchor. | `¶`
`permalinkBefore` | Place the permalink before the title. | `false`
`permalinkHref` | A custom permalink `href` rendering function. | See [`index.es6.js`](index.es6.js)
`permalinkHref` | A custom permalink `href` rendering function. | See [`index.js`](index.js)
`callback` | Called with token and info after rendering. | `undefined`

[slugify]: http://stringjs.com/#methods/slugify
Expand Down