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 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42
|
<div class='mp'>
<h2 id="NAME">NAME</h2>
<p class="man-name">
<code>hello</code> - <span class="man-whatis">hello world</span>
</p>
<p>Your output <i>might</i> look like this:</p>
<pre><code>* Chris
*
* &lt;b&gt;GitHub&lt;/b&gt;
* <b>GitHub</b>
</code></pre>
<p>Here's some special entities:</p>
<ul>
<li>&bull; •</li>
<li>&nbsp; </li>
<li>&copy; ©</li>
<li>&rdquo; ”</li>
<li>&mdash; —</li>
<li>&reg; ®</li>
<li>&sect; §</li>
<li>&ge; ≥</li>
<li>&le; ≤</li>
<li>&ne; ≠</li>
<li>&equiv; ≡</li>
</ul>
<p>Here's a line that uses non-breaking spaces to force the
last few words to wrap together.</p>
<p>And stuff like this:</p>
<p>git bulk [-g] ([-a]|[-w <ws-name>]) <git command> </git></ws-name><br>
git bulk --addworkspace <ws-name> <ws-root-directory> (--from <url or file>) </url></ws-root-directory></ws-name><br>
git bulk --removeworkspace <ws-name> <br></p>
<p>Should have the <code>&lt;</code>/<code>&gt;</code> entities stay as <code>&lt;</code>/<code>&gt;</code> in HTML, but be
turned into literal brackets in the ROFF.</p>
</div>
|