Version 1
[yaffs-website] / vendor / cebe / markdown / tests / github-data / url.html
1 <p>here is the url: <a href="http://www.cebe.cc/">http://www.cebe.cc/</a></p>
2 <p>here is the url: <a href="http://www.cebe.cc">http://www.cebe.cc</a></p>
3 <p>here is the url: <a href="http://www.cebe.cc/">http://www.cebe.cc/</a> and some text</p>
4 <p>using http is cool and http:// is the beginning of an url.</p>
5 <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>
6 <p>link in the end of the sentence: See this <a href="http://example.com/">http://example.com/</a>.</p>
7 <p>this one is in parenthesis (<a href="http://example.com/">http://example.com/</a>).</p>
8 <p>this one is in parenthesis (<a href="http://example.com:80/?id=1,2,3">http://example.com:80/?id=1,2,3</a>).</p>
9 <p>... (see <a href="http://en.wikipedia.org/wiki/Port_(computer_networking)">http://en.wikipedia.org/wiki/Port_(computer_networking)</a>).</p>
10 <p>... (see <a href="https://en.wikipedia.org/wiki/Port_(computer_networking)_more">https://en.wikipedia.org/wiki/Port_(computer_networking)_more</a>).</p>
11 <p>... (see <a href="https://en.wikipedia.org/wiki/Port_(computer_networking)_more">https://en.wikipedia.org/wiki/Port_(computer_networking)_more</a>). ... (see <a href="http://en.wikipedia.org/wiki/Port_(computer_networking)">http://en.wikipedia.org/wiki/Port_(computer_networking)</a>).</p>
12 <p>... (see <a href="https://en.wikipedia.org/wiki/Port_(computer_networking)_more">https://en.wikipedia.org/wiki/Port_(computer_networking)_more</a>)....(<a href="http://en.wikipedia.org/wiki/Port_(computer_networking)">http://en.wikipedia.org/wiki/Port_(computer_networking)</a>).</p>
13 <p>... (see <a href="http://en.wikipedia.org/wiki/Port">http://en.wikipedia.org/wiki/Port</a>)</p>
14 <p>... (see <a href="http://en.wikipedia.org/wiki/Port">http://en.wikipedia.org/wiki/Port</a>).</p>
15 <p><a href="http://www.cebe.cc">http://www.cebe.cc</a>, <a href="http://www.cebe.net">http://www.cebe.net</a>, and so on</p>
16 <p><a href="http://www.google.com/">link to http://www.google.com/</a></p>