1
0
mirror of synced 2026-01-29 21:01:19 -05:00
Files
docs/tests/unit/search/fixtures/page-with-sections.html
2021-06-14 14:25:14 -07:00

31 lines
746 B
HTML

<head>
<meta name="keywords" content="topic1,topic2">
</head>
<div class="article-grid-body">
<nav class="breadcrumbs">
<a href="#">GitHub Actions</a>
<a href="#">actions learning path</a>
<a href="#">I am the page title</a>
</nav>
<h1>I am the page title</h1>
<h2 id="in-this-article">In this article</h2>
<p>This should be ignored.</p>
<h2 id="first">First heading</h2>
<p>Here's a paragraph.</p>
<p>And another. </p>
<h2 id="second">Second heading</h2>
<p>Here's a paragraph in the second section.</p>
<p>And another.</p>
<h2 id="further-reading">Further reading</h2>
<p>This should be ignored.</p>
</div>
<h2 id="outside-the-article">This is out the article tag so it should be ignored</h2>