Files
ditto.site/compiler/fixtures/numeric-section.html
T
2026-06-29 15:11:48 -07:00

10 lines
790 B
HTML

<!doctype html><html lang="en"><head><meta charset="utf-8"><title>Numeric Heading Repro</title>
<style>*{margin:0;box-sizing:border-box}body{font-family:system-ui}section,footer{display:block;min-height:240px;padding:48px}h1{font-size:40px}h2{font-size:32px}h3{font-size:24px}</style></head>
<body>
<section><h1>Build faster than ever</h1><p>Lead paragraph for the hero block goes here.</p></section>
<section><h2>0019 Iterate Faster</h2><p>This section heading starts with a numeric layer id.</p><a href="/x">Learn more</a></section>
<section><h3>Pricing plans</h3><ul><li>Free</li><li>Pro</li><li>Team</li></ul></section>
<section><h2>Frequently asked questions</h2><p>Answers to common questions.</p><span>more</span></section>
<footer><p>&copy; 2026 Example</p></footer>
</body></html>