setext-headings.html 546 B

123456789101112
  1. <ul class="table-of-contents">
  2. <li>
  3. <a href="#content-this-is-a-top-level">This is a top level</a>
  4. <ul>
  5. <li>
  6. <a href="#content-this-is-another-level">This is another level</a>
  7. </li>
  8. </ul>
  9. </li>
  10. </ul>
  11. <h1><a id="content-this-is-a-top-level" href="#content-this-is-a-top-level" class="heading-permalink" aria-hidden="true" title="Permalink">¶</a>This is a top level</h1>
  12. <h2><a id="content-this-is-another-level" href="#content-this-is-another-level" class="heading-permalink" aria-hidden="true" title="Permalink">¶</a>This is another level</h2>