blob: 565d36f70ab23a019ec0dd0c694e1561714f0662 [file] [log] [blame]
<p>Simple: <img src="/images/other.png" alt="alt text" /></p>
<p>Simple with title: <img src="/images/other.png" alt="alt text" title="title" /></p>
<p>Empty img link: <img src="" alt="alt text" /></p>
<p>Reference style: <img src="other.png" alt="alt text" /></p>
<p>Reference style with title: <img src="other.png" alt="alt text" title="Title" /></p>
<p>No alt text: <img src="other.png" alt="" /></p>
<p>No id: <img src="other.png" alt="imgo" title="Title" /></p>
<p>With escaped pipe: <img src="other.png" alt="an | pipe" /></p>