metalsmith-github-markdown
Convert markdown with Github Markdown
Why ?
GitHub has the best syntax highlighting. Nothing beats it.
Usage
$ npm install --save-dev metalsmith-github-markdown
Example
GitHub's Markdown API has a rate-limit of 60 requests per hour for unauthenticated request.
Therefore, by default, this plugin is rate limited to 60 requests per hour. You can increase this to 5000 requests per hour by adding your personal GitHub API token.
; const accessToken = processenvACCESS_TOKEN; ;
API
markdown([options])
options
Type: Object
accessToken
Type: String
Default: undefined
License
MIT © Jonathan Chan