Package Exports
- @ckeditor/ckeditor5-code-block
- @ckeditor/ckeditor5-code-block/build/code-block
- @ckeditor/ckeditor5-code-block/build/code-block.js
- @ckeditor/ckeditor5-code-block/dist/index.js
- @ckeditor/ckeditor5-code-block/src/codeblock
- @ckeditor/ckeditor5-code-block/src/codeblock.js
- @ckeditor/ckeditor5-code-block/src/codeblockcommand
- @ckeditor/ckeditor5-code-block/src/codeblockcommand.js
- @ckeditor/ckeditor5-code-block/src/codeblockediting
- @ckeditor/ckeditor5-code-block/src/codeblockediting.js
- @ckeditor/ckeditor5-code-block/src/codeblockui
- @ckeditor/ckeditor5-code-block/src/codeblockui.js
- @ckeditor/ckeditor5-code-block/src/indentcodeblockcommand
- @ckeditor/ckeditor5-code-block/src/indentcodeblockcommand.js
- @ckeditor/ckeditor5-code-block/src/index.js
- @ckeditor/ckeditor5-code-block/src/outdentcodeblockcommand
- @ckeditor/ckeditor5-code-block/src/outdentcodeblockcommand.js
- @ckeditor/ckeditor5-code-block/src/utils
- @ckeditor/ckeditor5-code-block/src/utils.js
This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (@ckeditor/ckeditor5-code-block) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.
Readme
CKEditor 5 code block feature
This package implements the code block feature for CKEditor 5.
Installation
This plugin is part of the ckeditor5
package. Install the whole package to use it.
npm install ckeditor5
Create free account
If you want to check full CKEditor 5 capabilities, sign up for a free non-commitment 14-day trial.
Demo
Check out the demo in the code block feature guide.
Documentation
See the @ckeditor/ckeditor5-code-block
package page as well as the code block feature guide in the CKEditor 5 documentation.
License
Licensed under the terms of GNU General Public License Version 2 or later. For full details about the license, please check the LICENSE.md
file or https://ckeditor.com/legal/ckeditor-oss-license.