File: definition_list_syntax.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 (25 lines) | stat: -rw-r--r-- 453 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
<div class='mp'>

<h2 id="NAME">NAME</h2>
<p class="man-name">
  <code>definition_list_syntax</code> - <span class="man-whatis">hiya</span>
</p>
<p>Definition lists look like unordered lists:</p>

<dl>
<dt>term</dt>
<dd>definition</dd>
<dt>another one</dt>
<dd>The definition may span
multiple lines and even

    <p>start</p>

    <p>new paragraphs</p>
</dd>
<dt>
<code>--somearg</code>=<var>VALUE</var>
</dt>
<dd>We can do that too.</dd>
</dl>
</div>