mirror of
https://github.com/Karaka-Management/phpOMS.git
synced 2026-01-12 02:08:40 +00:00
6 lines
427 B
HTML
Executable File
6 lines
427 B
HTML
Executable File
<p><a href="http://example.com">link</a></p>
|
|
<p><a href="/url-(parentheses)">link</a> with parentheses in URL </p>
|
|
<p>(<a href="/index.php">link</a>) in parentheses</p>
|
|
<p><a href="http://example.com"><code>link</code></a></p>
|
|
<p><a href="http://example.com"><img src="http://parsedown.org/md.png" alt="MD Logo" /></a></p>
|
|
<p><a href="http://example.com"><img src="http://parsedown.org/md.png" alt="MD Logo" /> and text</a></p> |