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 doesn't handle PRE tags correctly #28

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

Concordion.NET doesn't handle PRE tags correctly #28

jamiehankins opened this issue Jul 8, 2020 · 0 comments

Comments

@jamiehankins
Copy link

jamiehankins commented Jul 8, 2020

When you have a PRE tag in your HTML, it's supposed to be rendered exactly as written, honoring spacing and such. However, when Concordion.NET processes it, it adds indenting to the first line of it. In fact, the only way to defeat this is to insert a non-breaking space and line-break.

Here's what the HTML file looks like before processing:
Raw

Here's what the HTML file looks like after processing:
Processed

Here's the HTML file to repro this. The system doesn't like HTML files, so it's zipped.
PreHandlingBug.zip

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