瀏覽代碼

Docs: Enhanced the content with emojis in the table feature demo.

Aleksander Nowodzinski 5 年之前
父節點
當前提交
537a17fe1a
共有 1 個文件被更改,包括 19 次插入19 次删除
  1. 19 19
      packages/ckeditor5-table/docs/_snippets/features/table.html

+ 19 - 19
packages/ckeditor5-table/docs/_snippets/features/table.html

@@ -4,9 +4,9 @@
 		<thead>
 		<thead>
 			<tr>
 			<tr>
 				<th rowspan="2"></th>
 				<th rowspan="2"></th>
-				<th scope="col" rowspan="2">Espresso</th>
-				<th scope="colgroup" colspan="2">Milk</th>
-				<th scope="col" rowspan="2">Water</th>
+				<th scope="col" rowspan="2">☕️ Espresso</th>
+				<th scope="colgroup" colspan="2">🥛 Milk</th>
+				<th scope="col" rowspan="2">🚰 Water</th>
 			</tr>
 			</tr>
 			<tr>
 			<tr>
 				<th scope="col">Steamed</th>
 				<th scope="col">Steamed</th>
@@ -16,31 +16,31 @@
 		<tbody>
 		<tbody>
 			<tr>
 			<tr>
 				<th scope="row">Cappuccino</th>
 				<th scope="row">Cappuccino</th>
-				<td>yes</td>
-				<td>yes</td>
-				<td>yes</td>
-				<td>no</td>
+				<td>yes</td>
+				<td>yes</td>
+				<td>yes</td>
+				<td>no</td>
 			</tr>
 			</tr>
 			<tr>
 			<tr>
 				<th scope="row">Macchiato</th>
 				<th scope="row">Macchiato</th>
-				<td>yes</td>
-				<td>no</td>
-				<td>yes</td>
-				<td>no</td>
+				<td>yes</td>
+				<td>no</td>
+				<td>yes</td>
+				<td>no</td>
 			</tr>
 			</tr>
 			<tr>
 			<tr>
 				<th scope="row">Latte</th>
 				<th scope="row">Latte</th>
-				<td>yes</td>
-				<td>yes</td>
-				<td>no</td>
-				<td>no</td>
+				<td>yes</td>
+				<td>yes</td>
+				<td>no</td>
+				<td>no</td>
 			</tr>
 			</tr>
 			<tr>
 			<tr>
 				<th scope="row">Americano</th>
 				<th scope="row">Americano</th>
-				<td>yes</td>
-				<td>no</td>
-				<td>no</td>
-				<td>yes</td>
+				<td>yes</td>
+				<td>no</td>
+				<td>no</td>
+				<td>yes</td>
 			</tr>
 			</tr>
 		</tbody>
 		</tbody>
 	</table>
 	</table>