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

Fri, 06 Sep 2019 03:21:30 +0100

author
andrew
date
Fri, 06 Sep 2019 03:21:30 +0100
changeset 2516
ad8af81cc28b
parent 963
e2497b11a021
permissions
-rw-r--r--

Added tag jdk8u242-b00 for changeset 8a951fd037e2

     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 </tr>
     7 </thead>
     9 <tbody>
    10 <tr>
    11 <td style="text-align:left;"><p>Row 1 Cell 1  </p></td>
    12 <td style="text-align:left;"><p>Row 1 Cell 2  </p></td>
    13 </tr>
    15 <tr>
    16 <td style="text-align:left;"><p>Row 2 Cell 1  </p></td>
    17 <td style="text-align:left;"><p>Row 2 Cell 2  </p></td>
    18 </tr>
    20 </tbody>
    21 </table>

mercurial