I'm trying out creating e-invoices with LaTeX and the current version 0.9c of ZUGFeRD.
If adding a newline in \AddInvoiceItem in document.tex, the cretead pdf looks good, but the XML isn't.
\AddInvoiceItem{5}{Rundungstest\break
2. Zeile\break
3. Zeile}{95.38}
This renders a pdf like

But the XML contains something like
Rundungstest\protect \penalty -\@M 2. Zeile\protect \penalty -\@M 3. Zeile
What is the correct way to add newlines into invoice items' descriptions?
I'm trying out creating e-invoices with LaTeX and the current version 0.9c of ZUGFeRD.
If adding a newline in \AddInvoiceItem in document.tex, the cretead pdf looks good, but the XML isn't.
This renders a pdf like

But the XML contains something like
What is the correct way to add newlines into invoice items' descriptions?