when i do split in python / are being added to the text code example
Example: split paragraphs in python
result = list(filter(lambda x : x != '', text.split('\n\n')))
result = list(filter(lambda x : x != '', text.split('\n\n')))