<!doctype html>
<html lang="en">
<head>
<title>Normal Article</title>
<link rel="canonical" href="https://example.test/articles/normal">
</head>
<body>
<header>Global navigation</header>
<article>
<h1>Normal Article</h1>
<p>This article explains mesh deformation with clear prose.</p>
<h2>Details</h2>
<p>Important content should survive readability conversion.</p>
</article>
<footer>Footer boilerplate</footer>
</body>
</html>