test/script/markdown/table-with-equals.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

attila@963 1 <table>
attila@963 2 <thead>
attila@963 3 <tr>
attila@963 4 <th id="first_header" style="text-align:left;"> First Header </th>
attila@963 5 <th id="second_header" style="text-align:left;"> Second Header </th>
attila@963 6 </tr>
attila@963 7 </thead>
attila@963 8
attila@963 9 <tbody>
attila@963 10 <tr>
attila@963 11 <td style="text-align:left;"><p>Row 1 Cell 1 </p></td>
attila@963 12 <td style="text-align:left;"><p>Row 1 Cell 2 </p></td>
attila@963 13 </tr>
attila@963 14
attila@963 15 <tr>
attila@963 16 <td style="text-align:left;"><p>Row 2 Cell 1 </p></td>
attila@963 17 <td style="text-align:left;"><p>Row 2 Cell 2 </p></td>
attila@963 18 </tr>
attila@963 19
attila@963 20 </tbody>
attila@963 21 </table>

mercurial