Solved: RadzenAlert Multiline

Is there any way to make \n work on a Radzen Alert component?

I tried doing it with Child content:

<RadzenAlert Title="Achtung!" AlertStyle="AlertStyle.Warning" Variant="Variant.Flat" Shade="Shade.Lighter" AllowClose="false">
    <ChildContent >
        @alertText;
    </ChildContent>
</RadzenAlert>

My alertText has a \n but it does not seem to work

That works for me! Thanks!