瀏覽代碼

Updated manual test.

Maksymilian Barnaś 9 年之前
父節點
當前提交
a6c67e0716

+ 1 - 1
packages/ckeditor5-autoformat/tests/manual/autoformat.html

@@ -3,5 +3,5 @@
 </head>
 
 <div id="editor">
-	<p><em>This</em> is an <strong>editor</strong> instance.</p>
+	<p></p>
 </div>

+ 9 - 2
packages/ckeditor5-autoformat/tests/manual/autoformat.md

@@ -4,5 +4,12 @@
 ## Autoformat
 
 1. Type `#` and press space to replace current paragraph with the heading.
-2. Type `*` and press space to replace current paragraph with list item.
-3. Type number from the range `1`-`3` to replace current paragraph with numbered list item.
+
+2. Type `*` or `-` and press space to replace current paragraph with list item.
+
+3. Type number from the range **1-3** to replace current paragraph with numbered list item.
+
+4. For every autoformat pattern: Undo until you'll see just the pattern (e.g. `- `). Typing should be then possible  without triggering autoformatting again.
+
+5. Typing a different pattern in already converted block **must not** trigger autoformatting. For example, typing `- ` in heading should not convert heading to list.
+