summaryrefslogtreecommitdiff
path: root/vendor/parsedown-0.9.0/tests/data/url_autolinking.html
diff options
context:
space:
mode:
Diffstat (limited to 'vendor/parsedown-0.9.0/tests/data/url_autolinking.html')
-rw-r--r--vendor/parsedown-0.9.0/tests/data/url_autolinking.html2
1 files changed, 2 insertions, 0 deletions
diff --git a/vendor/parsedown-0.9.0/tests/data/url_autolinking.html b/vendor/parsedown-0.9.0/tests/data/url_autolinking.html
new file mode 100644
index 00000000..9862cc4a
--- /dev/null
+++ b/vendor/parsedown-0.9.0/tests/data/url_autolinking.html
@@ -0,0 +1,2 @@
+<p>an autolink <a href="http://example.com">http://example.com</a></p>
+<p>inside of brackets [<a href="http://example.com">http://example.com</a>], inside of braces {<a href="http://example.com">http://example.com</a>}, inside of parentheses (<a href="http://example.com">http://example.com</a>)</p> \ No newline at end of file