File: section_reference_links.html

package info (click to toggle)
ruby-ronn 0.7.3-2
  • links: PTS
  • area: main
  • in suites: wheezy
  • size: 512 kB
  • sloc: ruby: 1,405; makefile: 2
file content (17 lines) | stat: -rw-r--r-- 515 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
<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">link this</a></p>

</div>