File: custom-class.html

package info (click to toggle)
php-league-commonmark 2.3.9-1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 7,184 kB
  • sloc: php: 19,021; xml: 1,988; ruby: 45; makefile: 24; javascript: 15
file content (13 lines) | stat: -rw-r--r-- 458 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
<ul class="markdown-toc">
<li>
<a href="#content-hello">Hello</a>
<ul>
<li>
<a href="#content-world">World</a>
</li>
</ul>
</li>
</ul>
<p>This document should have a custom class applied to the TOC</p>
<h1><a id="content-hello" href="#content-hello" class="heading-permalink" aria-hidden="true" title="Permalink">¶</a>Hello</h1>
<h2><a id="content-world" href="#content-world" class="heading-permalink" aria-hidden="true" title="Permalink">¶</a>World</h2>