Technology Brief: Code snippet formatting rules
3/11/2026
By Root Admin
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; }