inline_link.html 427 B

123456
  1. <p><a href="http://example.com">link</a></p>
  2. <p><a href="/url-(parentheses)">link</a> with parentheses in URL </p>
  3. <p>(<a href="/index.php">link</a>) in parentheses</p>
  4. <p><a href="http://example.com"><code>link</code></a></p>
  5. <p><a href="http://example.com"><img src="http://parsedown.org/md.png" alt="MD Logo" /></a></p>
  6. <p><a href="http://example.com"><img src="http://parsedown.org/md.png" alt="MD Logo" /> and text</a></p>