--- category: api-reference --- # CKEditor 5 headings feature [![npm version](https://badge.fury.io/js/%40ckeditor%2Fckeditor5-heading.svg)](https://www.npmjs.com/package/@ckeditor/ckeditor5-heading) This package implements the headings feature for CKEditor 5. ## Documentation See the {@link features/headings Headings feature} guide and the {@link module:heading/heading~Heading} plugin documentation. ## Installation ```bash npm install --save @ckeditor/ckeditor5-heading ``` ## Contribute The source code of this package is available on GitHub in https://github.com/ckeditor/ckeditor5-heading. ## External links * [`@ckeditor/ckeditor5-heading` on npm](https://www.npmjs.com/package/@ckeditor/ckeditor5-heading) * [`ckeditor/ckeditor5-heading` on GitHub](https://github.com/ckeditor/ckeditor5-heading) * [Issue tracker](https://github.com/ckeditor/ckeditor5-heading/issues) * [Changelog](https://github.com/ckeditor/ckeditor5-heading/blob/master/CHANGELOG.md)