Version 1
[yaffs-website] / vendor / cebe / markdown / tests / markdown-data / links.html
diff --git a/vendor/cebe/markdown/tests/markdown-data/links.html b/vendor/cebe/markdown/tests/markdown-data/links.html
new file mode 100644 (file)
index 0000000..3c590e2
--- /dev/null
@@ -0,0 +1,12 @@
+<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>