質問編集履歴
1
hamlからHTMLに変換
test
CHANGED
File without changes
|
test
CHANGED
@@ -4,39 +4,49 @@
|
|
4
4
|
|
5
5
|
```
|
6
6
|
|
7
|
-
|
7
|
+
<div class="draggable">
|
8
8
|
|
9
|
-
|
9
|
+
<p>ドラッグ要素</p>
|
10
10
|
|
11
|
-
|
11
|
+
</div>
|
12
12
|
|
13
|
-
|
13
|
+
<div class="draggable">
|
14
14
|
|
15
|
-
|
15
|
+
<p>ドラッグ要素</p>
|
16
16
|
|
17
|
-
|
17
|
+
</div>
|
18
18
|
|
19
|
-
|
19
|
+
<table>
|
20
20
|
|
21
|
-
|
21
|
+
<tr>
|
22
22
|
|
23
|
-
|
23
|
+
<th class="table"></th>
|
24
24
|
|
25
|
-
|
25
|
+
<th class="table"></th>
|
26
26
|
|
27
|
-
|
27
|
+
<th class="table"></th>
|
28
28
|
|
29
|
-
|
29
|
+
<th class="table"></th>
|
30
30
|
|
31
|
-
|
31
|
+
<th class="table"></th>
|
32
32
|
|
33
|
-
|
33
|
+
</tr>
|
34
34
|
|
35
|
-
|
35
|
+
<tr>
|
36
36
|
|
37
|
-
|
37
|
+
<td class="table"></td>
|
38
38
|
|
39
|
+
<td class="table"></td>
|
40
|
+
|
41
|
+
<td class="table"></td>
|
42
|
+
|
43
|
+
<td class="table"></td>
|
44
|
+
|
45
|
+
<td class="table"></td>
|
46
|
+
|
47
|
+
</tr>
|
48
|
+
|
39
|
-
|
49
|
+
</table>
|
40
50
|
|
41
51
|
```
|
42
52
|
|