Markdown Preflight

Research / Rules / WP-HTML-01

WP-HTML-01

Raw HTML is removed; its visible text is kept. This applies to WordPress, where the result is degraded.

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

What happens, per destination

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

Why, and what to do

Gutenberg flattened the details structure and the Markdown Block escaped raw HTML.

Do this: Rebuild with a reviewed Details or Custom HTML block if you need the behavior.

Limits of this rule

Related