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 26 27
|
<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 <WORD> is
part of a preformatted
code block,
</code></pre>
<p>or when <code><WORD></code> is enclosed in backticks.</p>
<p>or when <var>WORD</var> has a <dot.> or <foo:colon>.</foo:colon></dot.></p>
<h2 id="Escaping-angle-brackets">Escaping angle brackets</h2>
<p>You can escape <angle> <brackets> with backslashes, since we're using GitHub Flavored Markdown.</p>
<p>Example:</p>
<p><code>pxzgrep</code> [<code>-p</code><n>] [<code>-V</code>] [<xzgrep options>] <pattern> <file1> <file2> [<more files>]</p>
<p>(Though really you should just put that in a fenced code block.)</p>
</div>
|