Blame view

vendor/cebe/markdown/tests/markdown-data/links.html 1.26 KB
2e86c939   xu   “首次提交”
1
2
3
4
5
6
7
8
9
10
11
12
13
14
<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>