Files
ragflow/internal
xugangqiang 33549d90e9 refactor(parser): drop unreachable fallback in walkHTMLLeaf table case
renderTableHTML only fails on unsupported node kinds, which a parsed
<table> never triggers, so the degenerate flatten-children branch in
walkHTMLLeaf is unreachable. Remove it so the nested-table path matches
the top-level walkHTMLBlocks case (both skip silently when the markup is
empty).

Also tighten the inaccurate 'mirrors Python's HtmlParser' inline comment
in the same block (the two-item split is the markdown_parser.go model;
Python keeps the table once, outside the inline flow).
2026-08-11 17:31:05 +08:00
..
2026-08-11 11:54:57 +08:00
2026-08-10 18:04:17 +08:00
2026-08-11 16:18:49 +08:00
2026-08-10 20:49:32 +08:00
2026-07-27 10:20:16 +08:00
2026-08-05 22:05:07 +08:00