1.6.0 • Published 10 years ago
gitbook-plugin-headers v1.6.0
Gitbook Anchors Plugin
Add Github style heading anchors to your book.
Install in your book using
$ npm install --save gitbook-plugin-anchors
Add the plugin to your book.json
:
{
"plugins" : [ "anchors" ]
}