Преглед изворни кода

Docs: removing embed HTML from realted.

godai78 пре 5 година
родитељ
комит
6f98f7fae6
1 измењених фајлова са 1 додато и 2 уклоњено
  1. 1 2
      packages/ckeditor5-clipboard/docs/features/paste-plaintext.md

+ 1 - 2
packages/ckeditor5-clipboard/docs/features/paste-plaintext.md

@@ -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} &ndash; Paste content from Microsoft Word and maintain the original structure and formatting.
 * {@link features/paste-from-google-docs Paste from Google Docs} &ndash; Paste content from Google Docs, maintaining the original formatting and structure.
-* {@link features/html-embed Raw HTML embedding} &ndash; 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