8
0
Просмотр исходного кода

Tests (autoformat): Adjusted manual test description. 2 and 3 numbers are no longer supported as a list autoformat trigger.

Marek Lewandowski 5 лет назад
Родитель
Сommit
bda2eabd0c
1 измененных файлов с 1 добавлено и 3 удалено
  1. 1 3
      packages/ckeditor5-autoformat/tests/manual/autoformat.md

+ 1 - 3
packages/ckeditor5-autoformat/tests/manual/autoformat.md

@@ -6,9 +6,7 @@
 
 1. Type `>` and press the space in an empty paragraph to replace it with a block quote.
 
-1. Type a number from the range **1-3** followed by a `.` and press space to replace an empty paragraph with a numbered list item.
-
-1. Type a number from the range **1-3** followed by a `)` and press space to replace an empty paragraph with a numbered list item.
+1. Type `1` followed by a `.` or `)` and press space to replace an empty paragraph with a numbered list item.
 
 1. Type `*foobar*`/`_foobar_` to italicize `foobar`. `*`/`_` should be removed.