Paulo Victor Cordeiro
5452bc96b1
fix: markdown table renders separator row as visible data ( #1252 )
...
* fix: markdown table renders separator row as visible data
The alignment separator (|---|---|) at row index 1 was rendered as a
<td> row with dashes as cell content. Skip it and only open <tbody>
at that point, so tables render as header + data without the garbage
separator row in between.
* test: add regression test for table separator row rendering
Verifies that the markdown table renderer skips the separator row
(|---|---|) instead of rendering it as a visible data row. Also
updates the test harness to handle the splitTableRow import.
2026-06-03 01:59:05 +09:00
..
2026-06-02 23:14:52 +09:00
2026-06-03 00:30:03 +09:00
2026-06-01 14:23:22 -04:00
2026-06-02 11:12:54 +09:00
2026-06-02 20:32:56 +09:00
2026-06-02 22:41:27 +09:00
2026-06-01 14:26:10 +09:00
2026-06-01 22:04:00 +02:00
2026-06-02 20:36:54 +09:00
2026-06-02 12:42:15 +09:00
2026-06-02 23:14:52 +09:00
2026-05-31 23:58:26 +09:00
2026-06-02 22:32:50 +09:00
2026-06-02 11:47:58 +09:00
2026-05-31 23:58:26 +09:00
2026-05-31 23:58:26 +09:00
2026-05-31 23:58:26 +09:00
2026-06-02 12:15:47 +09:00
2026-06-02 22:42:07 +09:00
2026-06-02 23:20:00 +09:00
2026-06-02 22:42:07 +09:00
2026-06-03 00:09:48 +09:00
2026-06-03 00:01:00 +09:00
2026-06-02 22:42:07 +09:00
2026-06-02 20:43:34 +09:00
2026-05-31 23:58:26 +09:00
2026-06-02 11:42:20 +09:00
2026-06-02 22:42:07 +09:00
2026-05-31 23:58:26 +09:00
2026-06-01 14:23:22 -04:00
2026-06-03 01:55:59 +09:00
2026-05-31 23:58:26 +09:00
2026-05-31 23:58:26 +09:00
2026-06-01 15:18:32 +09:00
2026-06-02 23:31:09 +09:00
2026-06-02 11:12:54 +09:00
2026-05-31 23:58:26 +09:00
2026-06-03 01:59:05 +09:00
2026-06-01 22:32:17 +09:00
2026-06-02 22:42:07 +09:00
2026-06-02 22:42:07 +09:00
2026-06-02 13:14:22 +09:00
2026-06-02 06:26:32 +09:00
2026-06-01 14:26:10 +09:00
2026-05-31 23:58:26 +09:00
2026-06-02 07:00:40 +09:00
2026-06-02 11:29:29 +09:00
2026-06-02 11:12:54 +09:00
2026-06-02 12:42:15 +09:00
2026-06-01 14:26:10 +09:00
2026-05-31 23:58:26 +09:00
2026-05-31 23:58:26 +09:00
2026-05-31 23:58:26 +09:00
2026-05-31 23:58:26 +09:00
2026-06-01 16:53:46 +02:00
2026-06-02 23:52:22 +09:00
2026-06-02 20:57:57 +09:00
2026-05-31 23:58:26 +09:00
2026-05-31 23:58:26 +09:00
2026-05-31 23:58:26 +09:00
2026-06-02 09:36:03 +09:00
2026-06-02 09:36:03 +09:00
2026-05-31 23:58:26 +09:00
2026-05-31 23:58:26 +09:00
2026-06-02 22:42:07 +09:00
2026-06-03 00:30:03 +09:00
2026-05-31 23:58:26 +09:00
2026-05-31 23:58:26 +09:00
2026-05-31 23:58:26 +09:00
2026-05-31 23:58:26 +09:00
2026-06-02 23:43:53 +09:00
2026-05-31 23:58:26 +09:00
2026-06-02 22:42:07 +09:00
2026-06-01 19:49:23 +02:00