Implement row0-border.
This commit is contained in:
parent
965b0432fa
commit
4d7330a086
2 changed files with 10 additions and 2 deletions
|
@ -711,6 +711,8 @@ substituted.
|
|||
[#:table-border #f]
|
||||
[#:row-border #f]
|
||||
[#:col-border #f]
|
||||
[#:row0-border #f]
|
||||
[#:col0-border #f]
|
||||
[#:border-style (*table-border-style*)]
|
||||
[#:ansi #f])
|
||||
|
||||
|
@ -718,6 +720,8 @@ substituted.
|
|||
* ```#:table-border``` - if ```#t```, the table has outer border
|
||||
* ```#:row-border``` - if ```#t```, the rows are separated by borders
|
||||
* ```#:col-border``` - if ```#t```, the columns are separated by borders
|
||||
* ```#:row0-border``` - if ```#t```, the first row is separated by border
|
||||
* ```#:col0-border``` - if ```#t```, the first column is separated by border
|
||||
* ```#:border-style``` - which border style to use (see
|
||||
```*table-border-style*``` which is the default)
|
||||
* ```#:ansi``` - if ```#t```, all cell line strings are terminated
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue