File: setext-headings.html

package info (click to toggle)
php-league-commonmark 2.7.1-1
  • links: PTS, VCS
  • area: main
  • in suites: experimental
  • size: 8,264 kB
  • sloc: php: 20,396; xml: 1,988; ruby: 45; makefile: 21; javascript: 15
file content (9 lines) | stat: -rw-r--r-- 543 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
<ul class="table-of-contents">
<li><a href="#content-this-is-a-top-level">This is a top level</a>
<ul>
<li><a href="#content-this-is-another-level">This is another level</a></li>
</ul>
</li>
</ul>
<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>
<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>