├── .gitignore ├── LICENSE ├── README.md ├── assets └── plugin.css ├── index.js └── package.json /.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rlmv/gitbook-plugin-anchors/HEAD/.gitignore -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rlmv/gitbook-plugin-anchors/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rlmv/gitbook-plugin-anchors/HEAD/README.md -------------------------------------------------------------------------------- /assets/plugin.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rlmv/gitbook-plugin-anchors/HEAD/assets/plugin.css -------------------------------------------------------------------------------- /index.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rlmv/gitbook-plugin-anchors/HEAD/index.js -------------------------------------------------------------------------------- /package.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rlmv/gitbook-plugin-anchors/HEAD/package.json --------------------------------------------------------------------------------