mirror of
https://github.com/youwen5/iamb.git
synced 2025-06-21 06:09:52 -07:00
Blank lines in table cells of selected message should be highlighted (#23)
This commit is contained in:
parent
afe892c7fe
commit
5683a2e7a8
2 changed files with 3 additions and 3 deletions
|
@ -198,7 +198,7 @@ impl Table {
|
|||
})
|
||||
.collect();
|
||||
|
||||
let joined = join_cell_text(cells, Span::styled(line::VERTICAL, style));
|
||||
let joined = join_cell_text(cells, Span::styled(line::VERTICAL, style), style);
|
||||
text.lines.extend(joined.lines);
|
||||
|
||||
nrows += 1;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue