gaearon / gitbook-plugin-anchors

Github style heading anchors for your Gitbook

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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" ]
}		

About

Github style heading anchors for your Gitbook

License:Apache License 2.0


Languages

Language:JavaScript 66.4%Language:CSS 33.6%