Add support for grid table cell spanning (horizontal and vertical cell merging) in reStructuredText. Currently, typsphinx ignores the morecols and morerows attributes on table cells, resulting in ...
<table style="min-width: 100%;"> <colgroup> <col style="min-width: 25px"> <col style="min-width: 25px"> <col style="min-width: 25px"> </colgroup> <tbody> <tr> <th ...
The Apache Velocity template engine simplifies creation of textual content by merging data contained in a Java object model with Velocity templates. But creating complex HTML tables with cells that ...