Markdown Preflight

Research / Rules / WP-CODE-01

WP-CODE-01

Code is preserved, but a long unbroken line may overflow. This applies to WordPress, where the result is kept.

Affects WordPress. Matches code_long_line. Fixture markdown-portability-test-v1.

What happens, per destination

Every destination that applies WP-CODE-01, with the live test behind it.
DestinationTested surfaceResultSeverityConfidenceLast tested
WordPressWordPress.com desktop Block EditorKeptReviewVerifiedTested 2026-08-24.

Why, and what to do

Theme CSS controls overflow; tested long lines exceeded a 390-pixel viewport.

Do this: Check the post on a narrow screen.

Limits of this rule

Related