# gitbook-plugin-anchors **Repository Path**: mirrors_gaearon/gitbook-plugin-anchors ## Basic Information - **Project Name**: gitbook-plugin-anchors - **Description**: Github style heading anchors for your Gitbook - **Primary Language**: Unknown - **License**: Apache-2.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-08-08 - **Last Updated**: 2026-07-11 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README Gitbook Anchors Plugin ============== Add Github style heading anchors to your book. ![](https://cloud.githubusercontent.com/assets/2666107/3465465/9fc9a502-0266-11e4-80ca-09a1dad1473e.png) Install in your book using ``` $ npm install --save gitbook-plugin-anchors ``` Add the plugin to your `book.json`: ``` { "plugins" : [ "anchors" ] } ```