ckeditor/ckeditor5-heading

View on GitHub
docs/api/heading.md

Summary

Maintainability
Test Coverage
---
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 and title features for CKEditor 5.

## Documentation

See the {@link features/headings Headings} and {@link features/title Document title} feature guides and the documentation of the following plugins:

* {@link module:heading/heading~Heading},
* {@link module:heading/headingbuttonsui~HeadingButtonsUI},
* {@link module:heading/title~Title}.

## 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/tree/master/packages/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/tree/master/packages/ckeditor5-heading)
* [Issue tracker](https://github.com/ckeditor/ckeditor5/issues)
* [Changelog](https://github.com/ckeditor/ckeditor5-heading/blob/master/CHANGELOG.md)