Open lionel-rowe opened 3 weeks ago
Not yet, but I have a local wip branch where I have started to add some more helper functions, such as:
table.outerBorder()
table.innerBorder()
table.rowBorder()
table.columnBorder()
row.outerBorder()
row.rowBorder()
row.columnBorder()
cell.borderLeft()
cell.borderRight()
cell.borderTop()
cell.borderBottom()
The effect I want is this:
I can't see a way of changing the border chars for individual
Row
s/Cell
s (only enabling/disabling the border entirely), and in any case that still wouldn't have the desired effect, as I want the body rows to be compact, i.e. no additional newline is inserted between each row.I'm currently using this hack:
Is there a way of doing this that doesn't involve constructing a custom regex like this though?