ulysses/static
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
..
fonts Odysseus v1.0 2026-05-31 23:58:26 +09:00
js fix: markdown table renders separator row as visible data (#1252) 2026-06-03 01:59:05 +09:00
lib Odysseus v1.0 2026-05-31 23:58:26 +09:00
app.js Fix stale deleted sessions in sidebar (#1203) 2026-06-02 23:52:22 +09:00
index.html Models: add Z.AI coding endpoint and GLM vision detection 2026-06-02 20:59:17 +09:00
landing.html feat: Add mobile hamburger navigation menu and toggle functionality 2026-06-01 15:57:01 +04:00
login.html Improve accessibility across core flows (#86) 2026-06-01 22:04:00 +02:00
manifest.json Odysseus v1.0 2026-05-31 23:58:26 +09:00
style.css fix(ui): allow manual prompt bar resize (#1201) 2026-06-02 23:43:53 +09:00
sw.js Odysseus v1.0 2026-05-31 23:58:26 +09:00