|
|
@@ -0,0 +1,30 @@
|
|
|
+---
|
|
|
+category: api-reference
|
|
|
+---
|
|
|
+
|
|
|
+# CKEditor 5 paragraph feature
|
|
|
+
|
|
|
+[](https://www.npmjs.com/package/@ckeditor/ckeditor5-paragraph)
|
|
|
+
|
|
|
+This package implements paragraph support for CKEditor 5.
|
|
|
+
|
|
|
+## Documentation
|
|
|
+
|
|
|
+See the {@link module:paragraph/paragraph~Paragraph} plugin 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-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-paragraph)
|
|
|
+* [Issue tracker](https://github.com/ckeditor/ckeditor5-paragraph/issues)
|
|
|
+* [Changelog](https://github.com/ckeditor/ckeditor5-paragraph/blob/master/CHANGELOG.md)
|