Skip to content

When apply custom class, multiline blocks are converted to single line #594

@wen9218

Description

@wen9218

Hi, @kolkov.
When apply custom class, multiple line are broken to single line.
Actually, it should keep all elements like p, font, ul, li, ol, and font family, etc

For example:

Before apply custom class:
<font face="Arial">aaaa</font><p><font face="Arial">bbbb</font></p><p><font face="Arial">ccccc</font></p>

Image

After apply custom class
<span class="redText">aaaa&#10;bbbb&#10;&#10;ccccc</span>

Image

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions