custom-class.html 458 B

12345678910111213
  1. <ul class="markdown-toc">
  2. <li>
  3. <a href="#content-hello">Hello</a>
  4. <ul>
  5. <li>
  6. <a href="#content-world">World</a>
  7. </li>
  8. </ul>
  9. </li>
  10. </ul>
  11. <p>This document should have a custom class applied to the TOC</p>
  12. <h1><a id="content-hello" href="#content-hello" class="heading-permalink" aria-hidden="true" title="Permalink">¶</a>Hello</h1>
  13. <h2><a id="content-world" href="#content-world" class="heading-permalink" aria-hidden="true" title="Permalink">¶</a>World</h2>