fix: md table cell content leaking
This commit is contained in:
@@ -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();
|
||||||
|
|||||||
Reference in New Issue
Block a user