瀏覽代碼

Internal: Reverted changes in remove format manual test.

Marek Lewandowski 6 年之前
父節點
當前提交
163a1ccf38
共有 1 個文件被更改,包括 15 次插入1 次删除
  1. 15 1
      packages/ckeditor5-remove-format/tests/manual/removeformat.html

+ 15 - 1
packages/ckeditor5-remove-format/tests/manual/removeformat.html

@@ -1,6 +1,20 @@
 <div id="editor">
 	<p>
-		fo<strong>ob</strong>ar
+		Paragraph with
+		<strong>bold</strong>
+		,
+		<em>emphasize</em>
+		and some
+		<mark class="pen-red">text marked red</mark>
+		.
 	</p>
 
+	<figure class="image">
+		<img src="assets/sample.png" alt="Autumn fields">
+		<figcaption>Autumn <em>fields</em> by Aleksander Nowodzi&#x144;ski</figcaption>
+	</figure>
+
+	<p>
+		<a href="#">Links</a> are not removed.
+	</p>
 </div>