File: angle_bracket_syntax.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 (18 lines) | stat: -rw-r--r-- 466 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
<div class='mp'>
<h2 id="NAME">NAME</h2>
<p class="man-name">
  <code>angle_bracket_syntax</code> - <span class="man-whatis">angle bracket syntax test</span>
</p>

<p>A <var>WORD</var> in angle brackets is converted to <var>WORD</var>,</p>

<pre><code>except when &lt;WORD> is
part of a preformatted
code block,
</code></pre>

<p>or when <code>&lt;WORD></code> is enclosed in backticks.</p>

<p>or when <var>WORD</var> has a &lt;dot.> or &lt;foo:colon>.</p>

</div>