mirror of
https://github.com/TriliumNext/Notes.git
synced 2025-09-02 05:00:40 +08:00
27 lines
1.3 KiB
Markdown
27 lines
1.3 KiB
Markdown
![]() |
CKEditor 5 block quote feature
|
||
|
========================================
|
||
|
|
||
|
[](https://www.npmjs.com/package/@ckeditor/ckeditor5-block-quote)
|
||
|
[](https://coveralls.io/github/ckeditor/ckeditor5?branch=master)
|
||
|
[](https://app.travis-ci.com/github/ckeditor/ckeditor5)
|
||
|
|
||
|
This package implements block quote support for CKEditor 5.
|
||
|
|
||
|
## Demo
|
||
|
|
||
|
Check out the [demo in the block quote feature guide](https://ckeditor.com/docs/ckeditor5/latest/features/block-quote.html#demo).
|
||
|
|
||
|
## Documentation
|
||
|
|
||
|
See the [`@ckeditor/ckeditor5-block-quote` package](https://ckeditor.com/docs/ckeditor5/latest/api/block-quote.html) page in [CKEditor 5 documentation](https://ckeditor.com/docs/ckeditor5/latest/).
|
||
|
|
||
|
## Installation
|
||
|
|
||
|
```bash
|
||
|
npm install ckeditor5
|
||
|
```
|
||
|
|
||
|
## License
|
||
|
|
||
|
Licensed under the terms of [GNU General Public License Version 2 or later](http://www.gnu.org/licenses/gpl.html). For full details about the license, please check the `LICENSE.md` file or [https://ckeditor.com/legal/ckeditor-oss-license](https://ckeditor.com/legal/ckeditor-oss-license).
|