Skip to content

HTML entities are being converted unexpectedly #51

Closed
@cossssmin

Description

@cossssmin

I've noticed that, starting with 0.5.1, HTML entities are being converted.

This is unexpected and in my case (Maizzle) breaks HTML emails.

For example, this:

<p>&copy; 2020</p>

... is output as:

<p>© 2020</p>

Here's another example:

<div>&zwnj;</div>

<div>&nbsp;</div>

... results in:

<div></div>

<div> </div>

These should stay as they are and should not be converted. Is there something users can do about it, or must it be handled in core?

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions