8
0
Quellcode durchsuchen

Docs: related features tier 3.9. [skip ci]

godai78 vor 5 Jahren
Ursprung
Commit
31b6b17b3b

+ 3 - 3
packages/ckeditor5-code-block/docs/features/code-blocks.md

@@ -18,10 +18,10 @@ The {@link module:code-block/codeblock~CodeBlock} feature allows inserting and e
 
 ## Related features
 
-Here are some features that you may find helpfully similar:
-* {@link features/basic-styles Basic text styles feature} – Use the `code` formatting for short inline code chunks.
+Here are some CKEditor 5 features that you may find helpfully similar:
+* {@link features/basic-styles Basic text styles} – Use the `code` formatting for short inline code chunks.
 * {@link features/block-quote Block quote} – Include block quotations or pull quotes in your rich-text content.
-* {@link features/indent Block indentation feature} – Set indentation for text blocks such as paragraphs or lists.
+* {@link features/indent Block indentation} – Set indentation for text blocks such as paragraphs or lists.
 
 ## Configuring code block languages
 

+ 2 - 2
packages/ckeditor5-heading/docs/features/headings.md

@@ -6,7 +6,7 @@ category: features
 
 {@snippet build-classic-source}
 
-The {@link module:heading/heading~Heading} feature enables support for headings. These are used by the creators to structure their documents and aid both the readers making the reading easier and more organized and the search indexers scanning for crucial information.
+The {@link module:heading/heading~Heading} feature enables support for headings. These are used by the creators to structure their documents. They also aid both the readers, making the content more organized and easier to read, and the search indexers scanning for crucial information.
 
 <info-box info>
 	This feature is enabled by default in all builds.
@@ -35,7 +35,7 @@ By default, when your editor build does not include the title plugin, a `<h1>` e
 There are more CKEditor 5 features that can help you format your content:
 * {@link features/basic-styles Basic font styles} &ndash; The essentials, like **bold**, *italic* and others.
 * {@link features/title Document title} &ndash; Clearly divide your content into a title and body.
-* {@link features/indent Block indentation feature}  &ndash; Set indentation for text blocks such as paragraphs or lists.
+* {@link features/indent Block indentation}  &ndash; Set indentation for text blocks such as paragraphs or lists.
 * {@link features/lists Lists}  &ndash; Organize your content better with ordered and unordered list you can style.
 * {@link features/remove-format Remove format} &ndash; Easily clean basic text formatting.
 

+ 1 - 1
packages/ckeditor5-heading/docs/features/title.md

@@ -17,7 +17,7 @@ Use the editor below to create a document with clearly separated title and body
 
 ## Related features
 
-There are more CKEditor 5 features that can help you control your document:
+There are more CKEditor 5 features that can help you structure your document better:
 * {@link features/headings Headings} &ndash; Divide your content into sections.
 * {@link features/indent Block indentation} &ndash; Organize your content into visually separated blocks, indent crucial paragraphs, etc.
 * {@link features/editor-placeholder Editor placeholder} &ndash; Set placeholder text to display when the content is empty. It helps users locate the editor in the application and prompts to input the content.

+ 5 - 1
packages/ckeditor5-indent/docs/features/indent.md

@@ -17,10 +17,14 @@ The block indentation feature allows you to set indentation for text blocks such
 
 ## Related features
 
-Here are some features that may aid structuring your content better:
+Here are some CKEditor 5 features that may aid structuring your content better:
 * {@link features/block-quote Block quote} &ndash; Include block quotations or pull quotes in your rich-text content.
 * {@link features/headings Headings} &ndash; Divide your content into sections.
+<<<<<<< HEAD
 * {@link features/code-blocks Code block feature} &ndash; Insert longer, multiline code listings.
+=======
+* {@link features/code-blocks Code block} &ndash; Insert longer, multiline code listings.
+>>>>>>> Docs: related features tier 3.9. [skip ci]
 * {@link features/text-alignment Text alignment} &ndash; Because it does matter whether the content is left, right, centered or justified.
 
 ## Configuring the block indentation feature

+ 1 - 1
packages/ckeditor5-list/docs/features/lists.md

@@ -38,7 +38,7 @@ Use the editor below to see the list style plugin in action.
 
 These features also provide similar functionality:
 * {@link features/todo-lists To-do lists} &ndash; Create a list of interactive checkboxes with labels.
-* {@link features/indent Block indentation feature} &ndash; Set indentation for text blocks such as paragraphs or headings and lists.
+* {@link features/indent Block indentation} &ndash; Set indentation for text blocks such as paragraphs or headings and lists.
 
 ### Installation