blob: 2a6248e84a850a97d46e668ed7a206fadf1deaad [file] [log] [blame]
>>> Entity and numeric character references - 321
  & © Æ Ď
¾ ℋ ⅆ
∲ ≧̸
<<<
<p>&amp; © Æ Ď
¾
≧̸</p>
>>> Entity and numeric character references - 322
&#35; &#1234; &#992; &#0;
<<<
<p># Ӓ Ϡ �</p>
>>> Entity and numeric character references - 323
&#X22; &#XD06; &#xcab;
<<<
<p>&quot; ಫ</p>
>>> Entity and numeric character references - 324
&nbsp &x; &#; &#x;
&#987654321;
&#abcdef0;
&ThisIsNotDefined; &hi?;
<<<
<p>&amp;nbsp &amp;x; &amp;#; &amp;#x;
&amp;#987654321;
&amp;#abcdef0;
&amp;ThisIsNotDefined; &amp;hi?;</p>
>>> Entity and numeric character references - 325
&copy
<<<
<p>&amp;copy</p>
>>> Entity and numeric character references - 326
&MadeUpEntity;
<<<
<p>&amp;MadeUpEntity;</p>
>>> Entity and numeric character references - 327
<a href="&ouml;&ouml;.html">
<<<
<a href="&ouml;&ouml;.html">
>>> Entity and numeric character references - 328
[foo](/f&ouml;&ouml; "f&ouml;&ouml;")
<<<
<p><a href="/f%C3%B6%C3%B6" title="föö">foo</a></p>
>>> Entity and numeric character references - 329
[foo]
[foo]: /f&ouml;&ouml; "f&ouml;&ouml;"
<<<
<p><a href="/f%C3%B6%C3%B6" title="föö">foo</a></p>
>>> Entity and numeric character references - 330
``` f&ouml;&ouml;
foo
```
<<<
<pre><code class="language-föö">foo
</code></pre>
>>> Entity and numeric character references - 331
`f&ouml;&ouml;`
<<<
<p><code>f&amp;ouml;&amp;ouml;</code></p>
>>> Entity and numeric character references - 332
f&ouml;f&ouml;
<<<
<pre><code>f&amp;ouml;f&amp;ouml;
</code></pre>
>>> Entity and numeric character references - 333
&#42;foo&#42;
*foo*
<<<
<p>*foo*
<em>foo</em></p>
>>> Entity and numeric character references - 334
&#42; foo
* foo
<<<
<p>* foo</p>
<ul>
<li>foo</li>
</ul>
>>> Entity and numeric character references - 335
foo&#10;&#10;bar
<<<
<p>foo
bar</p>
>>> Entity and numeric character references - 336
&#9;foo
<<<
<p>foo</p>
>>> Entity and numeric character references - 337
[a](url &quot;tit&quot;)
<<<
<p>[a](url &quot;tit&quot;)</p>