enzyme
Version:
JavaScript Testing utilities for React
22 lines (14 loc) • 359 B
Markdown
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" ]
}
```