1
0
mirror of synced 2026-01-07 09:01:31 -05:00
Files
docs/tests/unit/search/fixtures/page-without-sections.html
2021-03-17 13:11:29 -07:00

19 lines
401 B
HTML

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