MOON
Server: Apache
System: Linux res.emeff.ca 3.10.0-962.3.2.lve1.5.24.10.el7.x86_64 #1 SMP Wed Mar 20 07:36:02 EDT 2019 x86_64
User: accemeff (1004)
PHP: 7.0.33
Disabled: NONE
Upload Files
File: /home/accemeff/vendor/cebe/markdown/tests/markdown-data/links.html
<p>Go search on <a href="http://google.com">http://google.com</a>!</p>
<p>link should be url decoded: <a href="http://en.wikipedia.org/wiki/Mase_%28disambiguation%29">http://en.wikipedia.org/wiki/Mase_(disambiguation)</a></p>
<p>Brackets in url and backslashes in links:</p>
<p>About port info on wiki: <a href="http://en.wikipedia.org/wiki/Port_(computer_networking)">port</a></p>
<p>About port info on wiki: <a href="http://en.wikipedia.org/wiki/Port_(computer_networking)" title="port wiki">port</a></p>
<p><a href="https://www.google.com">I'm an inline-style link</a></p>
<p><a href="https://www.google.com" title="Google's Homepage">I'm an inline-style link with title</a>
and another one in the same paragraph:
<a href="https://www.google.com" title="Google's Homepage">I'm an inline-style link with title</a></p>
<p><a href="../blob/(master)/LICENSE">I'm a relative reference to a repository file</a></p>
<p>Or leave it empty and use the <a href="">link text itself</a></p>
<p>A <a href="http://example.com">link [in a link](http://example.com)</a></p>
<p>About port info on wiki: <a href="http://en.wikipedia.org/wiki/Port_(computer_networking)">port</a></p>
<p>About port info on wiki: <a href="http://en.wikipedia.org/wiki/Port_(computer_networking)" title="port wiki">port</a></p>