31 lines
746 B
HTML
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>
|