|
|
@@ -0,0 +1,35 @@
|
|
|
+---
|
|
|
+category: api-reference
|
|
|
+---
|
|
|
+
|
|
|
+# CKEditor 5 basic styles feature
|
|
|
+
|
|
|
+[](https://www.npmjs.com/package/@ckeditor/ckeditor5-basic-styles)
|
|
|
+
|
|
|
+This package contains features allowing to apply basic text formatting – bold, italic, underline and code.
|
|
|
+
|
|
|
+## Documentation
|
|
|
+
|
|
|
+Check out the following plugins:
|
|
|
+
|
|
|
+* {@link module:basic-styles/bold~Bold}
|
|
|
+* {@link module:basic-styles/italic~Italic}
|
|
|
+* {@link module:basic-styles/underline~Underline}
|
|
|
+* {@link module:basic-styles/code~Code}
|
|
|
+
|
|
|
+## Installation
|
|
|
+
|
|
|
+```bash
|
|
|
+npm install --save @ckeditor/ckeditor5-basic-styles
|
|
|
+```
|
|
|
+
|
|
|
+## Contribute
|
|
|
+
|
|
|
+The source code of this package is available on GitHub in https://github.com/ckeditor/ckeditor5-basic-styles.
|
|
|
+
|
|
|
+## External links
|
|
|
+
|
|
|
+* [`@ckeditor/ckeditor5-basic-styles` on npm](https://www.npmjs.com/package/@ckeditor/ckeditor5-basic-styles)
|
|
|
+* [`ckeditor/ckeditor5-basic-styles` on GitHub](https://github.com/ckeditor/ckeditor5-basic-styles)
|
|
|
+* [Issue tracker](https://github.com/ckeditor/ckeditor5-basic-styles/issues)
|
|
|
+* [Changelog](https://github.com/ckeditor/ckeditor5-basic-styles/blob/master/CHANGELOG.md)
|