christopher-ramirez/secretary

Multiple Line Breaks

svenpetersen opened this issue · 1 comments

Hello,

at first ... thanks for secretary!

It's easiest if I explain my problem with an example:
For testing I put some \n in the secretary.py you provided:
{'country': 'United\nStat\nes', 'capital': 'Was\nhington', 'cities': ['miami', 'new york', 'california', 'texas', 'atlanta']},
{'country': 'Eng\nland', 'capital': 'London', 'cities': ['gales']},

The result:
image
If there is more than one \n in one item, the line-breaks are not inserted.

Perhaps you have an idea how to solve it?

Thanks!

with kind regards,
Sven

Thank for reporting this, Sven.

I've replicated the error and now I'm looking for a solution.