Initial commit
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
<!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>© 2026 Example</p></footer>
|
||||
</body></html>
|
||||
Reference in New Issue
Block a user