# hello(1) -- hello world

Your output &lt;i&gt;might&lt;/i&gt; look like this:

    * Chris
    *
    * &lt;b&gt;GitHub&lt;/b&gt;
    * <b>GitHub</b>

Here's some special entities:

  * &amp;bull;       &bull;
  * &amp;nbsp;       &nbsp;
  * &amp;copy;       &copy;
  * &amp;rdquo;      &rdquo;
  * &amp;mdash;      &mdash;
  * &amp;reg;        &reg;
  * &amp;sect;       &sect;
  * &amp;ge;         &ge;
  * &amp;le;         &le;
  * &amp;ne;         &ne;
  * &amp;equiv;      &equiv;
  * &amp;plusmn;     &plusmn;

Here's a line that uses non-breaking spaces to force the
last&nbsp;few&nbsp;words&nbsp;to&nbsp;wrap&nbsp;together.
