1
0
mirror of synced 2026-01-03 15:05:54 -05:00
Files
docs/tests/unit/search/fixtures/page-without-sections.html
2021-11-10 11:11:28 -08:00

25 lines
512 B
HTML

<head>
<meta name="keywords" content="key1,key2,key3" />
</head>
<p>I am outside the article and should not be included</p>
<div data-search="breadcrumbs">
<nav class="breadcrumbs">
<a href="#">Education</a>
<a href="#">map topic</a>
<a href="#">A page without sections</a>
</nav>
</div>
<h1>A page without sections</h1>
<div data-search="lead">
<p>This is an introduction to the article.</p>
</div>
<div data-search="article-body">
<p>First paragraph.</p>
<p>Second paragraph.</p>
</div>