Skip to content

Unwanted HTML Modifications #17

@InteXX

Description

@InteXX

I have this HTML markup between opening and closing ZML tags:

<li>QuickBooks<span style="font-size: 0.8em;"><sup>&amp;reg;</sup></span> Integrations</li>

Unfortunately, it's coming through like this:

<li>QuickBooks<span style="font-size: 0.8em;">
      <sup>&reg;</sup>
    </span> Integrations</li>

This results in an unwanted space displayed before the &reg; entity.

Is there any fix for this other than a string replacement after rendering?

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