test/script/markdown/table-with-equals.js.EXPECTED

Thu, 09 Mar 2017 10:25:09 -0800

author
asaha
date
Thu, 09 Mar 2017 10:25:09 -0800
changeset 2149
7355caa4e6cb
parent 963
e2497b11a021
permissions
-rw-r--r--

Merge

     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