fix: md table cell content leaking

This commit is contained in:
2026-06-06 23:22:44 +01:00
parent 6f1e447747
commit 686af21640

View File

@@ -578,11 +578,11 @@ impl MarkdownText {
cell_blocks.push(builder.build()); cell_blocks.push(builder.build());
current_col_count += 1; current_col_count += 1;
builder.clear();
if !cursor.goto_next_sibling() { if !cursor.goto_next_sibling() {
break; break;
} }
builder.clear();
} }
cursor.goto_parent(); cursor.goto_parent();