blob: 32a77cbab0b297bf672aee346c7eb91fba5f39c9 [file] [log] [blame]
>>> Entity and numeric character references - 311
  & © Æ Ď
¾ ℋ ⅆ
∲ ≧̸
<<<
<p>&nbsp; &amp; &copy; &AElig; &Dcaron;
&frac34; &HilbertSpace; &DifferentialD;
&ClockwiseContourIntegral; &ngE;</p>
>>> Entity and numeric character references - 312
&#35; &#1234; &#992; &#0;
<<<
<p>&#35; &#1234; &#992; &#0;</p>
>>> Entity and numeric character references - 313
&#X22; &#XD06; &#xcab;
<<<
<p>&#X22; &#XD06; &#xcab;</p>
>>> Entity and numeric character references - 314
&nbsp &x; &#; &#x;
&#987654321;
&#abcdef0;
&ThisIsNotDefined; &hi?;
<<<
<p>&amp;nbsp &x; &#; &#x;
&#987654321;
&#abcdef0;
&ThisIsNotDefined; &amp;hi?;</p>
>>> Entity and numeric character references - 315
&copy
<<<
<p>&amp;copy</p>
>>> Entity and numeric character references - 316
&MadeUpEntity;
<<<
<p>&MadeUpEntity;</p>
>>> Entity and numeric character references - 317
<a href="&ouml;&ouml;.html">
<<<
<a href="&ouml;&ouml;.html">
>>> Entity and numeric character references - 318
[foo](/f&ouml;&ouml; "f&ouml;&ouml;")
<<<
<p><a href="/f&ouml;&ouml;" title="f&ouml;&ouml;">foo</a></p>
>>> Entity and numeric character references - 319
[foo]
[foo]: /f&ouml;&ouml; "f&ouml;&ouml;"
<<<
<p><a href="/f&ouml;&ouml;" title="f&ouml;&ouml;">foo</a></p>
>>> Entity and numeric character references - 320
``` f&ouml;&ouml;
foo
```
<<<
<pre><code class="language-f&amp;ouml;&amp;ouml;">foo
</code></pre>
>>> Entity and numeric character references - 321
`f&ouml;&ouml;`
<<<
<p><code>f&amp;ouml;&amp;ouml;</code></p>
>>> Entity and numeric character references - 322
f&ouml;f&ouml;
<<<
<pre><code>f&amp;ouml;f&amp;ouml;
</code></pre>
>>> Entity and numeric character references - 323
&#42;foo&#42;
*foo*
<<<
<p>&#42;foo&#42;
<em>foo</em></p>
>>> Entity and numeric character references - 324
&#42; foo
* foo
<<<
<p>&#42; foo</p>
<ul>
<li>foo</li>
</ul>
>>> Entity and numeric character references - 325
foo&#10;&#10;bar
<<<
<p>foo&#10;&#10;bar</p>
>>> Entity and numeric character references - 326
&#9;foo
<<<
<p>&#9;foo</p>
>>> Entity and numeric character references - 327
[a](url &quot;tit&quot;)
<<<
<p>[a](url &quot;tit&quot;)</p>