Kaynağa Gözat

Docs: making html embed links active.

godai78 5 yıl önce
ebeveyn
işleme
ad07014e6d

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

@@ -25,7 +25,7 @@ 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; Allows you to paste content from Microsoft Word and maintain the original structure and formatting.
 * {@link features/paste-from-google-docs Paste from Google Docs} &ndash; Allows you to paste content from Google Docs maintaining the original formatting and structure.
-* Raw HTML embedding &ndash; Lets you paste HTML source into the edited content and keep the output.
+* {@link features/html-embed Raw HTML embedding} &ndash; Lets you paste HTML source into the edited content and keep the output.
 
 ## Installation
 

+ 2 - 2
packages/ckeditor5-paste-from-office/docs/features/paste-from-google-docs.md

@@ -39,9 +39,9 @@ This means that if you did not enable, for instance, {@link features/font font f
 ## Related features
 
 CKEditor 5 supports a wider range of paste features, including:
-* {@link features/paste-plaintext Paste plain text} &ndash; Detects when a plain text is pasted and act accordingly.
+* {@link features/paste-plaintext Paste plain text} &ndash; Detects when a plain text is pasted and acts accordingly.
 * {@link features/paste-from-word Paste from Word} &ndash; Allows you to paste content from Microsoft Word and maintain the original structure and formatting.
-* Raw HTML embedding &ndash; Lets you paste HTML source into the edited content and keep the output.
+* {@link features/html-embed Raw HTML embedding} &ndash; Lets you paste HTML source into the edited content and keep the output.
 
 ## Installation
 

+ 2 - 2
packages/ckeditor5-paste-from-office/docs/features/paste-from-word.md

@@ -40,8 +40,8 @@ This means that if you did not enable, for instance, {@link features/font font f
 
 CKEditor 5 supports a wider range of paste features, including:
 * {@link features/paste-from-google-docs Paste from Google Docs} &ndash; Allows you to paste content from Google Docs maintaining the original formatting and structure.
-* {@link features/paste-plaintext Paste plain text} &ndash; Detects when a plain text is pasted and act accordingly.
-* Raw HTML embedding &ndash; Lets you paste HTML source into the edited content and keep the output.
+* {@link features/paste-plaintext Paste plain text} &ndash; Detects when a plain text is pasted and acts accordingly.
+* {@link features/html-embed Raw HTML embedding} &ndash; Lets you paste HTML source into the edited content and keep the output.
 
 ## Installation