https://github.com/assemble/assemble-contrib-anchors-example
Usage examples for assemble-contrib-anchors, an Assemble plugin for generating adding anchors to headings.
https://github.com/assemble/assemble-contrib-anchors-example
Last synced: about 1 month ago
JSON representation
Usage examples for assemble-contrib-anchors, an Assemble plugin for generating adding anchors to headings.
- Host: GitHub
- URL: https://github.com/assemble/assemble-contrib-anchors-example
- Owner: assemble
- License: mit
- Created: 2013-11-11T02:18:08.000Z (over 12 years ago)
- Default Branch: master
- Last Pushed: 2013-11-11T09:18:45.000Z (over 12 years ago)
- Last Synced: 2024-10-29T13:56:06.926Z (over 1 year ago)
- Language: JavaScript
- Homepage: http://assemble.github.io/assemble-contrib-anchors-example/components.html
- Size: 987 KB
- Stars: 2
- Watchers: 12
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE-MIT
Awesome Lists containing this project
README
# example-assemble-anchors [](http://badge.fury.io/js/example-assemble-anchors)
> Usage examples for assemble-contrib-anchors, an Assemble plugin for generating a HTML Table of Contents
## Before
```html
Glyphicons
```
## After
```html
Glyphicons
```
Currently the plugin adds [Bootstrap](http://getbootstrap.com/components/#glyphicons) glyphicon classes. If you want to use different classes, find a bug, or have a feature request, [plesae create an issue](https://github.com/assemble/assemble-contrib-anchors/issues/new)
## Example
[](http://assemble.github.io/example-assemble-anchors/components.html#glyphicons)
## Quick start
The following quick start options are available:
* Install with [Bower](http://bower.io): `bower install example-assemble-anchors`.
* Clone the repo: `git clone https://github.com/assemble/example-assemble-anchors.git`.
* [Download the latest release](https://github.com/assemble/example-assemble-anchors/archive/master.zip).
## Contributing
Please read through the [contributing guidelines](CONTRIBUTING.md). In lieu of a formal styleguide, take care to maintain the existing coding style. Add unit tests for any new or changed functionality. Lint and test your code using [grunt](http://gruntjs.com/).
Editor preferences are available in the [editor config](.editorconfig) for easy use in common text editors. Read more and download plugins at [http://editorconfig.org](http://editorconfig.org).
## Release History
* 2013 v0.1.0 First commit
## License
Copyright (c) 2013 Brian Woodward
Licensed under the [MIT license](LICENSE-MIT).
***
Project created by [Brian Woodward](https://github.com/doowb).
_This file was generated on Sun Nov 10 2013 22:27:53._