File: entity_encoding_test.out

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 (41 lines) | stat: -rw-r--r-- 862 bytes parent folder | download
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
HELLO(1)                    General Commands Manual                   HELLO(1)

NAME
       hello - hello world

       Your output <i>might</i> look like this:
         * Chris
         *
         * &lt;b&gt;GitHub&lt;/b&gt;
         * <b>GitHub</b>

       Here's some special entities:

        • &bull;       ○

        • &nbsp;

        • &copy;       ©

        • &rdquo;      \

        • &mdash;      —

        • &reg;        ®

        • &sect;       §

        • &ge;         ≥

        • &le;         ≤

        • &ne;         ≠

        • &equiv;      ≡

        • &plusmn;     ±

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

                                 January 1979                         HELLO(1)