A language-neutral conformance corpus for org-mode to HTML renderers.

conformance html org-mode testing

cases/table.skeleton

main
org-conformance/cases/table.skeleton history · blame · raw

30 lines · 190 bytes

 1<table>
 2<thead>
 3<tr>
 4<th>
 5"Name"
 6</th>
 7<th>
 8"Score"
 9</th>
10</tr>
11</thead>
12<tbody>
13<tr>
14<td>
15"alpha"
16</td>
17<td>
18"10"
19</td>
20</tr>
21<tr>
22<td>
23"beta"
24</td>
25<td>
26"20"
27</td>
28</tr>
29</tbody>
30</table>