Why Gemfury? Push, build, and install  RubyGems npm packages Python packages Maven artifacts PHP packages Go Modules Debian packages RPM packages NuGet packages

Repository URL to install this package:

Details    
PyDocX / tests / fixtures / simple_table.html
Size: Mime:
<table border="1">
    <tr>
        <td rowspan="2">
            Cell1<br />
            Cell3
        </td>
        <td>Cell2<br />
            And I am writing in the table
        </td>
    </tr>
    <tr>
        <td>Cell4</td>
    </tr>
</table>