gitbook-plugin-anchors-wrapper
v0.0.1
Published
Add Github style heading anchors to your Gitbook
Readme
Gitbook Anchors Plugin
Add Github style heading anchors to your book by wrapping the whole title inside an anchor.

Install in your book using
$ npm install --save gitbook-plugin-anchors-wrapperAdd the plugin to your book.json:
{
"plugins" : [ "anchors-wrapper" ]
} 