File: section_reference_links.html

package info (click to toggle)
ruby-ronn 0.10.1-3
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 764 kB
  • sloc: ruby: 1,587; sh: 22; makefile: 9
file content (16 lines) | stat: -rw-r--r-- 514 bytes parent folder | download | duplicates (5)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
<div class='mp'>

<h2 id="NAME">NAME</h2>
<p class="man-name">
  <code>section_reference_links</code> - <span class="man-whatis">linking to sections</span>
</p>
<h2 id="SECTION-1">SECTION 1</h2>

<p>See the following section.</p>

<h2 id="SECTION-2">SECTION 2</h2>

<p>See <a href="#SECTION-1" title="SECTION 1" data-bare-link="true">SECTION 1</a>
or <a href="#SECTION-1" title="SECTION 1" data-bare-link="true">to put it another way</a>
or even <a href="#SECTION-1" data-bare-link="true">like this</a></p>
</div>