|
|
@@ -25,7 +25,6 @@ Paste plain text between the styled paragraphs below using the <kbd>Ctrl</kbd>/<
|
|
|
CKEditor 5 supports a wider range of paste features, including:
|
|
|
* {@link features/paste-from-word Paste from Word} – Paste content from Microsoft Word and maintain the original structure and formatting.
|
|
|
* {@link features/paste-from-google-docs Paste from Google Docs} – Paste content from Google Docs, maintaining the original formatting and structure.
|
|
|
-* {@link features/html-embed Raw HTML embedding} – Embed an HTML snippet in the editor. **For advanced users**
|
|
|
|
|
|
## Installation
|
|
|
|
|
|
@@ -52,7 +51,7 @@ ClassicEditor
|
|
|
.catch( ... );
|
|
|
```
|
|
|
|
|
|
-{@link module:clipboard/clipboard~PastePlainText `PastePlainText`} plugin will activate along with the Clipboard plugin.
|
|
|
+{@link module:clipboard/clipboard~PastePlainText `PastePlainText`} plugin will activate along with the Clipboard plugin.
|
|
|
|
|
|
## Support for other applications
|
|
|
|