Kann man es so einstellen, dass kurze Textzeilen untereinander geschrieben werden können? Aktuell kann man nur untereinander schreiben, wenn man Bullet Points setzt zB im Impressum (Adresse geht nur in einer Zeile).
We'd have to parse the incoming content somehow and add <br /> tags when there's just one simple line break (\n). Not sure right now though if there's plain text with \n markers in there or if the format is different.
We'd have to parse the incoming content somehow and add
<br />tags when there's just one simple line break (\n). Not sure right now though if there's plain text with\nmarkers in there or if the format is different.