Selaa lähdekoodia

Merge stable into master

CKEditor Bot 5 vuotta sitten
vanhempi
commit
7d2c92cc11
1 muutettua tiedostoa jossa 5 lisäystä ja 1 poistoa
  1. 5 1
      packages/ckeditor5-list/docs/features/lists.md

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

@@ -18,7 +18,10 @@ An unordered (bulleted) list can represent items where the order is not importan
 
 An ordered (numbered) list can be used if the order of the items matters, for example, when creating an instruction. Here, the sequence of steps that must be done is important.
 
-Use the editor below to see the list feature plugin in action.
+Use the editor below to see the list feature plugin in action. Lists can be introduced using toolbar buttons, or with Markdown code provided by the {@link features/autoformat autoformatting feature}:
+
+* Start a line with `*` or `-` followed by a space for a bulleted list.
+* Start a line with `1.` or `1)` followed by a space for a numbered list.
 
 ### Demo
 
@@ -39,6 +42,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} – Create a list of interactive checkboxes with labels.
 * {@link features/indent Block indentation} – Set indentation for text blocks such as paragraphs or headings and lists.
+* {@link features/autoformat Autoformatting} – Format the text on the go with Markdown code.
 
 ## Installation