浏览代码

Merge pull request #8427 from ckeditor/docs-autoformatting-lists

Docs (list): Autoformatting feature mentioned in the lists guide.
Anna Tomanek 5 年之前
父节点
当前提交
d995d524e4
共有 1 个文件被更改,包括 5 次插入1 次删除
  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