Use non-breaking spaces for alignment.
This commit is contained in:
parent
cc9e5bad7d
commit
f1c3ec70a3
6 changed files with 36 additions and 25 deletions
|
@ -88,6 +88,7 @@
|
|||
(borders (expand-table-style border-spec num-columns num-rows))
|
||||
(col-separators (table-col-separators? borders))
|
||||
(rows (merge-rows ptbl borders col-separators unicode?)))
|
||||
;;(write rows)(newline)
|
||||
(let loop ((rows rows)
|
||||
(borders borders)
|
||||
(res '())
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue