Technology Brief: Code snippet formatting rules
4/15/2026
By Unknown
Code Snippet Formatting
Code blocks should be legible and not break layout.
Rules
- Use pre/code tags
- Keep line heights consistent
- Avoid inline styles in content
CSS
pre { white-space: pre-wrap; }