--- category: api-reference --- # CKEditor 5 block quote feature [![npm version](https://badge.fury.io/js/%40ckeditor%2Fckeditor5-block-quote.svg)](https://www.npmjs.com/package/@ckeditor/ckeditor5-block-quote) This package implements block quote support for CKEditor 5. ## Demo Check out the {@link features/block-quote#demo demo in the Block quote feature} guide. ## Documentation See the {@link features/block-quote Block quote feature} guide and the {@link module:block-quote/blockquote~BlockQuote} plugin documentation. ## Installation ``` npm install --save @ckeditor/ckeditor5-block-quote ``` ## Contribute The source code of this package is available on GitHub in https://github.com/ckeditor/ckeditor5/tree/master/packages/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/tree/master/packages/ckeditor5-block-quote) * [Issue tracker](https://github.com/ckeditor/ckeditor5/issues) * [Changelog](https://github.com/ckeditor/ckeditor5/blob/master/CHANGELOG.md)