fix: deduplicate markdown table chunks (#16143)

This commit is contained in:
helloxjade
2026-06-24 13:22:57 +08:00
committed by GitHub
parent 39b194453d
commit 1b2da645c3
3 changed files with 41 additions and 6 deletions

View File

@@ -955,7 +955,7 @@ class Parser(ProcessBase):
sections, tables, section_images = markdown_parser(
name,
blob,
separate_tables=False,
separate_tables=True,
delimiter=conf.get("delimiter"),
return_section_images=True,
)