Are you looking for something? Here is all of the GitHub Docs history in one single commit. Enjoy! 🎉
28 lines
635 B
HTML
28 lines
635 B
HTML
<div class="article-grid-body">
|
|
<nav class="breadcrumbs">
|
|
<a href="#">a</a>
|
|
<a href="#">b</a>
|
|
<a href="#">c</a>
|
|
</nav>
|
|
|
|
<h1>I am the page title</h1>
|
|
|
|
<h3 id="in-this-article">In this article</h3>
|
|
<p>This should be ignored.</p>
|
|
|
|
<h3 id="first">First heading</h3>
|
|
<p>Here's a paragraph.</p>
|
|
|
|
<p>And another. </p>
|
|
|
|
<h3 id="second">Second heading</h3>
|
|
<p>Here's a paragraph in the second section.</p>
|
|
|
|
<p>And another.</p>
|
|
|
|
<h3 id="further-reading">Further reading</h3>
|
|
<p>This should be ignored.</p>
|
|
</div>
|
|
|
|
<h3 id="outside-the-article">This is out the article tag so it should be ignored</h3>
|