--- category: api-reference --- # CKEditor 5 remove format feature [![npm version](https://badge.fury.io/js/%40ckeditor%2Fckeditor5-remove-format.svg)](https://www.npmjs.com/package/@ckeditor/ckeditor5-remove-format) This package implements the remove format feature for CKEditor 5. ## Demo Check out the {@link features/remove-format#demo demo in the remove format feature} guide. ## Documentation See the {@link features/remove-format remove format feature} guide and the {@link module:remove-format/removeformat~RemoveFormat} plugin documentation. ## Installation ```bash npm install --save @ckeditor/ckeditor5-remove-format ``` ## Contribute The source code of this package is available on GitHub in https://github.com/ckeditor/ckeditor5-remove-format. ## External links * [`@ckeditor/ckeditor5-remove-format` on npm](https://www.npmjs.com/package/@ckeditor/ckeditor5-remove-format) * [`ckeditor/ckeditor5-remove-format` on GitHub](https://github.com/ckeditor/ckeditor5-remove-format) * [Issue tracker](https://github.com/ckeditor/ckeditor5-remove-format/issues) * [Changelog](https://github.com/ckeditor/ckeditor5-remove-format/blob/master/CHANGELOG.md)