asciidoctor-vscode icon indicating copy to clipboard operation
asciidoctor-vscode copied to clipboard

In the preview, a part of the table border is missing in "VS Code editor style" for a table with merged cells

Open kbroch-rivosinc opened this issue 3 years ago • 1 comments

Description

This table:

[cols="1,1,1,1,1"]
[caption="Table {counter:table-number}: This is a Table", reftext="{table-caption} {table-number}", title="", id="some_table"]
|===
|*Column1*|*Column2*|*Column3*|*Column4*|*Column5*
.2+| Rows 1:2, Col 1
| Row 1, Col 2
| Row 1, Col 3
| Row1, Col 4
.2+| Rows 1:2, Col5
// No border generated
3+| Row 2, Col 2:4
|===

System Information

chromeos: Version 103.0.5060.114 (Official Build) (64-bit) also seen on mac osx vscode: 1.69.2 asciidoctor-vscode: v2.9.8 and v3.0.1

To Reproduce

Create file with above table and look at preview in vscode

Screenshots & Files

Failing screenshot

Screenshot 2022-07-19 1 34 02 PM

Passing screenshot

Screenshot 2022-07-19 1 31 56 PM

kbroch-rivosinc avatar Jul 19 '22 20:07 kbroch-rivosinc

Looking into this

haydencbarnes avatar Feb 16 '23 00:02 haydencbarnes