|
| 1 | +<h1>Entities</h1> |
| 2 | +<p>Plain text:</p> |
| 3 | +<p>AT&T with entity, AT&T with numeric entity, AT&T without entity.</p> |
| 4 | +<p>Fenced code language flags:</p> |
| 5 | +<pre><code class="language-AT&T">Something in the AT&amp;T language |
| 6 | +</code></pre> |
| 7 | +<pre><code class="language-AT&T">Something in the AT&#x26;T language |
| 8 | +</code></pre> |
| 9 | +<pre><code class="language-AT&T">Something in the AT&T language |
| 10 | +</code></pre> |
| 11 | +<p>Automatic links:</p> |
| 12 | +<p><a href="http://at&amp;t.com">http://at&amp;t.com</a>, <a href="http://at&#x26;t.com">http://at&#x26;t.com</a>, and <a href="http://at&t.com">http://at&t.com</a>.</p> |
| 13 | +<p>Link <code>href</code>:</p> |
| 14 | +<p><a href="http://at&t.com">With entity</a>, <a href="http://at&t.com">numeric entity</a>, <a href="http://at&t.com">without entity</a>.</p> |
| 15 | +<p>Link <code>title</code>:</p> |
| 16 | +<p><a href="http://att.com" title="AT&T">With entity</a>, <a href="http://att.com" title="AT&T">numeric entity</a>, <a href="http://example.com" title="AT&T">without entity</a>.</p> |
| 17 | +<p>Image <code>src</code>:</p> |
| 18 | +<p><img src="http://at&t.com/fav.ico" alt="With entity">, <img src="http://at&t.com/fav.ico" alt="numeric entity">, <img src="http://at&t.com/fav.ico" alt="without entity">.</p> |
| 19 | +<p>Image <code>alt</code>:</p> |
| 20 | +<p><img src="http://att.com/fav.ico" alt="AT&T with entity">, <img src="http://att.com/fav.ico" alt="AT&T with numeric entity">, <img src="http://att.com/fav.ico" alt="AT&T without entity">.</p> |
| 21 | +<p>Image <code>title</code>:</p> |
| 22 | +<p><img src="http://att.com/fav.ico" alt="With entity" title="AT&T">, <img src="http://att.com/fav.ico" alt="numeric entity" title="AT&T">, <img src="http://att.com/fav.ico" alt="without entity" title="AT&T">.</p> |
| 23 | +<p>Reference <code>link</code>:</p> |
| 24 | +<p><a href="http://at&t.com/fav.ico" title="ATT favicon">Entity</a>, <a href="http://at&t.com/fav.ico" title="ATT favicon">Numeric entity</a>, <a href="http://at&t.com/fav.ico" title="ATT favicon">Literal</a>.</p> |
| 25 | +<p><img src="http://at&t.com/fav.ico" alt="Entity" title="ATT favicon">, <img src="http://at&t.com/fav.ico" alt="Numeric entity" title="ATT favicon">, <img src="http://at&t.com/fav.ico" alt="Literal" title="ATT favicon">.</p> |
| 26 | +<p>Reference <code>title</code>:</p> |
| 27 | +<p><a href="http://at&t.com/fav.ico" title="AT&T favicon">Entity</a>, <a href="http://at&t.com/fav.ico" title="AT&T favicon">Numeric entity</a>, <a href="http://at&t.com/fav.ico" title="AT&T favicon">Literal</a>.</p> |
| 28 | +<p><img src="http://at&t.com/fav.ico" alt="Entity" title="AT&T favicon">, <img src="http://at&t.com/fav.ico" alt="Numeric entity" title="AT&T favicon">, <img src="http://at&t.com/fav.ico" alt="Literal" title="AT&T favicon">.</p> |
| 29 | +<p>Image Reference <code>alt</code>:</p> |
| 30 | +<p><img src="http://at&t.com/fav.ico" alt="AT&T with entity" title="AT&T favicon">, <img src="http://at&t.com/fav.ico" alt="AT&T with numeric entity" title="AT&T favicon">, <img src="http://at&t.com/fav.ico" alt="AT&T without entity" title="AT&T favicon">.</p> |
| 31 | +<p>Definitions:</p> |
0 commit comments