EasyEDA import sometimes does not parse line breaks
# Description
I have a large-ish EasyEDA project I want to import into KiCAD 8.0.
First of all, the import function is significantly better than all other converters I have tried so far.
Some of the text on the PCB in EasyEDA is multi-line, which seems to be represented as \n. However, after importing to KiCAD, that text shows \n instead of spreading the text over two lines. See attached picture:

# Steps to reproduce
Use attached EasyEDA backup file to reproduce:
[BackupProjects_stefan.k.reinauer_personal_0_20240225.zip](/uploads/2fe608ef38301b9c35194d8aa480eabd/BackupProjects_stefan.k.reinauer_personal_0_20240225.zip)
# KiCad Version
```
Application: KiCad arm64 on arm64
Version: 8.0.0, release build
Libraries:
wxWidgets 3.2.4
FreeType 2.13.2
HarfBuzz 8.2.0
FontConfig 2.14.2
libcurl/8.4.0 (SecureTransport) LibreSSL/3.3.6 zlib/1.2.12 nghttp2/1.58.0
Platform: macOS Sonoma Version 14.3.1 (Build 23D60), 64 bit, Little endian, wxMac
Build Info:
Date: Feb 23 2024 14:47:16
wxWidgets: 3.2.4 (wchar_t,wx containers)
Boost: 1.82.0
OCC: 7.7.2
Curl: 7.87.0
ngspice: 42
Compiler: Clang 14.0.3 with C++ ABI 1002
Build settings:
```
issue