A preformatted block
- Input
- <pre>line one indented </pre>
- Output
- <pre>line one indented </pre>
Everything inside pre is displayed exactly as written, so a minifier that collapses it destroys the code sample it was showing. The element's contents are copied through untouched.