Skip to content

Commit

Permalink
Merge pull request valeriangalliat#41 from joostdecock/master
Browse files Browse the repository at this point in the history
Fixed broken links in README
  • Loading branch information
valeriangalliat authored Mar 29, 2018
2 parents 4062d08 + 3108f4f commit cdb048e
Showing 1 changed file with 2 additions and 2 deletions.
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

0 comments on commit cdb048e

Please sign in to comment.