Skip to content

Concordion.NET gobbles up spaces inside of SPAN tags, even inside of PRE tags #30

@jamiehankins

Description

@jamiehankins

A PRE tag is supposed to be rendered verbatim, including white-space. However, when Concordion.NET processes an HTML file, if there is a space or spaces between two SPANs, it gobbles them up.

For example, suppose you have this:

<pre>
<span>X</span> <span>Y</span>
</pre>

If you view the HTML file before processing, you'll see it correctly rendered with a space between the X and Y. However, after processing, the space is gone.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions