In this we want to delete from the start of the file, to the marker (••) . Since the marker could be in another line I cannot just delete the first line.This is the title|| some description|| my@email.com ••
another entry|| some other description, but time its really big its so big
infact that it spawns multiple lines|| my@email.com ••
last title|| some description|| my@email.com ••
How ?
I found resources to delete the the first line, delete by line number , but nothing for this .
ty