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

Content of <pre> tag should not be minified #38

Open
heldersepu opened this issue Apr 16, 2017 · 0 comments
Open

Content of <pre> tag should not be minified #38

heldersepu opened this issue Apr 16, 2017 · 0 comments

Comments

@heldersepu
Copy link
Contributor

Text in a <pre> element is displayed in a fixed-width font (usually Courier), and it preserves both spaces and line breaks.

This sample:

<div>
<pre>
TEST
Hello
World
</pre>
</div>

is not the same as:

<div><pre> TEST Hello World </pre></div>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants