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
|
# hello(1) -- hello world
Your output <i>might</i> look like this:
* Chris
*
* <b>GitHub</b>
* <b>GitHub</b>
Here's some special entities:
* &bull; •
* &nbsp;
* &copy; ©
* &rdquo; ”
* &mdash; —
* &reg; ®
* &sect; §
* &ge; ≥
* &le; ≤
* &ne; ≠
* &equiv; ≡
Here's a line that uses non-breaking spaces to force the
last few words to wrap together.
And stuff like this:
git bulk [-g] ([-a]|[-w <ws-name>]) <git command> <br/>
git bulk --addworkspace <ws-name> <ws-root-directory> (--from <URL or file>) <br/>
git bulk --removeworkspace <ws-name> <br/>
Should have the `<`/`>` entities stay as `<`/`>` in HTML, but be
turned into literal brackets in the ROFF.
|