File: entity_encoding_test.md

package info (click to toggle)
node-marked-man 1.3.6-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 492 kB
  • sloc: javascript: 462; makefile: 13
file content (26 lines) | stat: -rw-r--r-- 633 bytes parent folder | download | duplicates (5)
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
# hello(1) -- hello world

Your output <i>might</i> look like this:

    * Chris
    *
    * <b>GitHub</b>
    * <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.