Strip spurious separator rows from GFM tables in markdown renderer
Model often emits | --- | --- | --- | rows as visual dividers between
table body rows. fixTables() now tracks whether the header separator has
been seen; any subsequent all-separator pipe row is dropped rather than
passed through to marked.js where it renders as a data row with --- content.

Existing fixes (missing separator injection, mixed row repair) are preserved.

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
1 parent 59f01b3 commit f4b041cea00f72232b41c00841b18c7657895a59
@Eugene Sukhodolskiy Eugene Sukhodolskiy authored on 17 Apr
Showing 1 changed file
View
webclient/src/composables/useMarkdown.js