|
@@ -0,0 +1,30 @@
|
|
|
|
|
+---
|
|
|
|
|
+category: api-reference
|
|
|
|
|
+---
|
|
|
|
|
+
|
|
|
|
|
+# CKEditor 5 block quote feature
|
|
|
|
|
+
|
|
|
|
|
+[](https://www.npmjs.com/package/@ckeditor/ckeditor5-block-quote)
|
|
|
|
|
+
|
|
|
|
|
+This package implements block quotes support for CKEditor 5.
|
|
|
|
|
+
|
|
|
|
|
+## Documentation
|
|
|
|
|
+
|
|
|
|
|
+See the {@link module:block-quote/blockquote~BlockQuote} plugin documentation.
|
|
|
|
|
+
|
|
|
|
|
+## Installation
|
|
|
|
|
+
|
|
|
|
|
+```bash
|
|
|
|
|
+npm install --save @ckeditor/ckeditor5-block-quote
|
|
|
|
|
+```
|
|
|
|
|
+
|
|
|
|
|
+## Contribute
|
|
|
|
|
+
|
|
|
|
|
+The source code of this package is available on GitHub in https://github.com/ckeditor/ckeditor5-block-quote.
|
|
|
|
|
+
|
|
|
|
|
+## External links
|
|
|
|
|
+
|
|
|
|
|
+* [`@ckeditor/ckeditor5-block-quote` on npm](https://www.npmjs.com/package/@ckeditor/ckeditor5-block-quote)
|
|
|
|
|
+* [`ckeditor/ckeditor5-block-quote` on GitHub](https://github.com/ckeditor/ckeditor5-block-quote)
|
|
|
|
|
+* [Issue tracker](https://github.com/ckeditor/ckeditor5-block-quote/issues)
|
|
|
|
|
+* [Changelog](https://github.com/ckeditor/ckeditor5-block-quote/blob/master/CHANGELOG.md)
|