refactor(para_split_v3): merge list and index block detection
- Combine __is_list_block() and __is_index_block() into a single function __is_list_or_index_block() - Simplify block type determination logic - Remove redundant code and improve readability - Optimize block merging process
Showing
Please register or sign in to comment