test/script/markdown/table-large.js.EXPECTED

changeset 963
e2497b11a021
equal deleted inserted replaced
962:ac62e33a99b0 963:e2497b11a021
1 <table>
2 <thead>
3 <tr>
4 <th id="first_header" style="text-align:left;"> First Header </th>
5 <th id="second_header" style="text-align:left;"> Second Header </th>
6 <th id="third_header" style="text-align:left;"> Third Header </th>
7 <th id="fourth_header" style="text-align:left;"> Fourth Header </th>
8 </tr>
9 </thead>
10
11 <tbody>
12 <tr>
13 <td style="text-align:left;"><p>Row 1 Cell 1 </p></td>
14 <td style="text-align:left;"><p>Row 1 Cell 2 </p></td>
15 <td style="text-align:left;"><p>Row 1 Cell 3 </p></td>
16 <td style="text-align:left;"><p>Row 1 Cell 4 </p></td>
17 </tr>
18
19 <tr>
20 <td style="text-align:left;"><p>Row 2 Cell 1 </p></td>
21 <td style="text-align:left;"><p>Row 2 Cell 2 </p></td>
22 <td style="text-align:left;"><p>Row 2 Cell 3 </p></td>
23 <td style="text-align:left;"><p>Row 2 Cell 4 </p></td>
24 </tr>
25
26 <tr>
27 <td style="text-align:left;"><p>Row 3 Cell 1 </p></td>
28 <td style="text-align:left;"><p>Row 3 Cell 2 </p></td>
29 <td style="text-align:left;"><p>Row 3 Cell 3 </p></td>
30 <td style="text-align:left;"><p>Row 3 Cell 4 </p></td>
31 </tr>
32
33 <tr>
34 <td style="text-align:left;"><p>Row 4 Cell 1 </p></td>
35 <td style="text-align:left;"><p>Row 4 Cell 2 </p></td>
36 <td style="text-align:left;"><p>Row 4 Cell 3 </p></td>
37 <td style="text-align:left;"><p>Row 4 Cell 4 </p></td>
38 </tr>
39
40 <tr>
41 <td style="text-align:left;"><p>Row 5 Cell 1 </p></td>
42 <td style="text-align:left;"><p>Row 5 Cell 2 </p></td>
43 <td style="text-align:left;"><p>Row 5 Cell 3 </p></td>
44 <td style="text-align:left;"><p>Row 5 Cell 4 </p></td>
45 </tr>
46
47 </tbody>
48 </table>

mercurial