File: entity_encoding_test.ronn

package info (click to toggle)
ruby-ronn 0.7.3-2
  • links: PTS
  • area: main
  • in suites: wheezy
  • size: 512 kB
  • sloc: ruby: 1,405; makefile: 2
file content (25 lines) | stat: -rw-r--r-- 602 bytes parent folder | download | duplicates (3)
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
# 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;sec;        &sec;
  * &amp;ge;         &ge;
  * &amp;le;         &le;
  * &amp;ne;         &ne;
  * &amp;equiv;      &equiv;

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