Explorar el Código

Update manual test instructions

Vlad Filippov hace 8 años
padre
commit
3ed1c77e7c
Se han modificado 1 ficheros con 3 adiciones y 1 borrados
  1. 3 1
      packages/ckeditor5-autoformat/tests/manual/autoformat.md

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

@@ -6,7 +6,9 @@
 
 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** 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 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 `*foobar*`/`_foobar_` to italicize `foobar`. `*`/`_` should be removed.