File: custom-class.html

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