ckeditor/ckeditor5-paragraph

View on GitHub
docs/api/paragraph.md

Summary

Maintainability
Test Coverage
---
category: api-reference
---

# CKEditor 5 paragraph feature

[![npm version](https://badge.fury.io/js/%40ckeditor%2Fckeditor5-paragraph.svg)](https://www.npmjs.com/package/@ckeditor/ckeditor5-paragraph)

This package implements paragraph support for CKEditor 5.

## Documentation

See the {@link module:paragraph/paragraph~Paragraph} and {@link module:paragraph/paragraphbuttonui~ParagraphButtonUI} plugins documentation.

## Installation

```bash
npm install --save @ckeditor/ckeditor5-paragraph
```

## Contribute

The source code of this package is available on GitHub in https://github.com/ckeditor/ckeditor5/tree/master/packages/ckeditor5-paragraph.

## External links

* [`@ckeditor/ckeditor5-paragraph` on npm](https://www.npmjs.com/package/@ckeditor/ckeditor5-paragraph)
* [`ckeditor/ckeditor5-paragraph` on GitHub](https://github.com/ckeditor/ckeditor5/tree/master/packages/ckeditor5-paragraph)
* [Issue tracker](https://github.com/ckeditor/ckeditor5/issues)
* [Changelog](https://github.com/ckeditor/ckeditor5-paragraph/blob/master/CHANGELOG.md)