Removed modules/contrib/media module to allow update to the core media module
[yaffs-website] / vendor / cebe / markdown / tests / markdown-data / links.html
1 <p>Go search on <a href="http://google.com">http://google.com</a>!</p>
2 <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>
3 <p>Brackets in url and backslashes in links:</p>
4 <p>About port info on wiki: <a href="http://en.wikipedia.org/wiki/Port_(computer_networking)">port</a></p>
5 <p>About port info on wiki: <a href="http://en.wikipedia.org/wiki/Port_(computer_networking)" title="port wiki">port</a></p>
6 <p><a href="https://www.google.com">I'm an inline-style link</a></p>
7 <p><a href="https://www.google.com" title="Google's Homepage">I'm an inline-style link with title</a>
8 and another one in the same paragraph:
9 <a href="https://www.google.com" title="Google's Homepage">I'm an inline-style link with title</a></p>
10 <p><a href="../blob/(master)/LICENSE">I'm a relative reference to a repository file</a></p>
11 <p>Or leave it empty and use the <a href="">link text itself</a></p>
12 <p>A <a href="http://example.com">link [in a link](http://example.com)</a></p>