Table rendering "issue".
Brave (Blink), Firefox (Gecko) and Safari (WebKit) all have the same problem.
Tested with wiki table markup and also raw HTML.
Plain table 3*3
Caption text
| Header text
|
Header text
|
Header text
|
| Example
|
Example
|
Example
|
| Example
|
Example
|
Example
|
| Example
|
Example
|
Example
|
OK with rowspan=1 for all cells
Caption text
| Header text
|
Header text
|
Header text
|
| Example
|
Example
|
Example
|
| Example
|
Example
|
Example
|
| Example
|
Example
|
Example
|
Problems with rowspan=3 for all cells
Caption text
| Header text
|
Header text
|
Header text
|
| Example
|
Example
|
Example
|
| Example
|
Example
|
Example
|
| Example
|
Example
|
Example
|
Resolved if col1 has 3 rows
Caption text
| Header text
|
Header text
|
Header text
|
| Example
|
Example
|
Example
|
| Row 2
|
| Row 3
|
| Example
|
Example
|
Example
|
| Row 2
|
| Row 3
|
| Example
|
Example
|
Example
|
| Row 2
|
| Row 3
|
Raw HTML table with rowspan=1 on all cells
Caption text
| Header text |
Header text |
Header text |
| Example |
Example |
Example |
| Example |
Example |
Example |
| Example |
Example |
Example |
Raw HTML table with rowspan=3 on all cells
Caption text
| Header text |
Header text |
Header text |
| Example |
Example |
Example |
| Example |
Example |
Example |
| Example |
Example |
Example |
Raw HTML table with 3 rows in col1
Caption text
| Header text |
Header text |
Header text |
| Example |
Example |
Example |
| Example |
| Example |
| Example |
Example |
Example |
| Example |
| Example |
| Example |
Example |
Example |
| Example |
| Example |