Explorar el Código

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

Marek Lewandowski hace 5 años
padre
commit
bda2eabd0c
Se han modificado 1 ficheros con 1 adiciones y 3 borrados
  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.