Browse Source

Docs: features quickfix.

godai78 5 years ago
parent
commit
3c239f90ed
2 changed files with 3 additions and 3 deletions
  1. 2 2
      docs/features/index.md
  2. 1 1
      packages/ckeditor5-list/docs/features/lists.md

+ 2 - 2
docs/features/index.md

@@ -20,8 +20,8 @@ The number of features available for CKEditor 5 is constantly growing. Plenty of
 Each rich-text editor feature is presented on a separate page, with one or more working demos showcasing a feature along with some customization ideas that you can use in your implementation.
 
 <info-box>
-	**In most demos the number of features enabled is limited** to make the currently highlighted piece of functionality stand out more. However, in your CKEditor 5 WYSIWYG editor implementation you are free to choose and combine any features you like from those available.
-</info-box> 
+	**In most demos the number of features enabled is limited** to make the currently highlighted piece of functionality stand out more. However, in your CKEditor 5 WYSIWYG editor implementation you are free to choose and combine any features you like from those available. This can be easily and conveniently done in the [Online Builder](https://ckeditor.com/ckeditor-5/online-builder/).
+</info-box>
 
 ## Looking for more?
 

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

@@ -40,7 +40,7 @@ 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} &ndash; Set indentation for text blocks such as paragraphs or headings and lists.
 
-### Installation
+## Installation
 
 To add this feature to your editor, install the [`@ckeditor/ckeditor5-list`](https://www.npmjs.com/package/@ckeditor/ckeditor5-list) package: