When loading / writing yaml with `round_trip_load` and `round_trip_dump`, comments surrounded by empty lines are not kept. Example: ```yaml test: test # This is a comment testend: testend ```