Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
jamiehankins opened this issue Jul 8, 2020 · 0 comments

Comments

@jamiehankins
Copy link

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant