### Self Checks - [x] I have searched for existing issues [search for existing issues](https://github.com/infiniflow/ragflow/issues), including closed ones. - [x] I confirm that I am using English to submit this report ([Language Policy](https://github.com/infiniflow/ragflow/issues/5910)). - [x] Non-english title submitions will be closed directly ( 非英文标题的提交将会被直接关闭 ) ([Language Policy](https://github.com/infiniflow/ragflow/issues/5910)). - [x] Please do not modify this template :) and fill in all the required fields. ### Describe your problem I set the document parsing delimiter to ##  Data: ``` ## A Hello, hello, hello ## B Hello, hello, hello ``` Result: It is not divided into two sections of data. In fact, A and B are still in one section.
Self Checks
Describe your problem
I set the document parsing delimiter to ##
Data:
Result: It is not divided into two sections of data. In fact, A and B are still in one section.