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-wrapper
Add the plugin to your book.json
:
{
"plugins" : [ "anchors-wrapper" ]
}