File: entity_encoding_test.html

package info (click to toggle)
ruby-ronn 0.8.0-2%2Bdeb10u1
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 784 kB
  • sloc: ruby: 1,554; sh: 8; makefile: 6
file content (34 lines) | stat: -rw-r--r-- 790 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
<div class='mp'>

<h2 id="NAME">NAME</h2>
<p class="man-name">
  <code>hello</code> - <span class="man-whatis">hello world</span>
</p>
<p>Your output &lt;i&gt;might&lt;/i&gt; look like this:</p>

<pre><code>* Chris
*
* &amp;lt;b&amp;gt;GitHub&amp;lt;/b&amp;gt;
* &lt;b&gt;GitHub&lt;/b&gt;
</code></pre>

<p>Here's some special entities:</p>

<ul>
<li>&amp;bull;       •</li>
<li>&amp;nbsp;        </li>
<li>&amp;copy;       ©</li>
<li>&amp;rdquo;      ”</li>
<li>&amp;mdash;      —</li>
<li>&amp;reg;        ®</li>
<li>&amp;sect;       §</li>
<li>&amp;ge;         ≥</li>
<li>&amp;le;         ≤</li>
<li>&amp;ne;         ≠</li>
<li>&amp;equiv;      ≡</li>
</ul>


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