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.html
Size: Mime:
<p>
  Simple text
</p>
<ol class="pydocx-list-style-type-decimal">
  <li>one</li>
  <li>two</li>
  <li>three</li>
</ol>
<table border="1">
  <tr>
    <td>Cell1</td>
    <td>Cell2</td>
  </tr>
  <tr>
    <td>Cell3</td>
    <td>Cell4</td>
  </tr>
</table>