test/entity_encoding_test.html in ronn-0.6.6 vs test/entity_encoding_test.html in ronn-0.7.0
- old
+ new
@@ -1,13 +1,35 @@
<div class='mp'>
-<h2 id='NAME'>NAME</h2>
-<p><code>hello</code> - hello world</p>
+<h2 id="NAME">NAME</h2>
+<p class="man-name">
+ <code>hello</code> - <span class="man-whatis">hello world</span>
+</p>
<p>Your output <i>might</i> look like this:</p>
<pre><code>* Chris
*
* &lt;b&gt;GitHub&lt;/b&gt;
* <b>GitHub</b>
</code></pre>
+
+<p>Here's some special entities:</p>
+
+<ul>
+<li>&bull; •</li>
+<li>&nbsp; </li>
+<li>&copy; ©</li>
+<li>&rdquo; ”</li>
+<li>&mdash; —</li>
+<li>&reg; ®</li>
+<li>&sec; &sec;</li>
+<li>&ge; ≥</li>
+<li>&le; ≤</li>
+<li>&ne; ≠</li>
+<li>&equiv; ≡</li>
+</ul>
+
+
+<p>Here's a line that uses non-breaking spaces to force the
+last few words to wrap together.</p>
</div>