aboutsummaryrefslogtreecommitdiffstats
path: root/library/parsedown/test/data/url_autolinking.md
diff options
context:
space:
mode:
Diffstat (limited to 'library/parsedown/test/data/url_autolinking.md')
-rw-r--r--library/parsedown/test/data/url_autolinking.md5
1 files changed, 5 insertions, 0 deletions
diff --git a/library/parsedown/test/data/url_autolinking.md b/library/parsedown/test/data/url_autolinking.md
new file mode 100644
index 000000000..840f35404
--- /dev/null
+++ b/library/parsedown/test/data/url_autolinking.md
@@ -0,0 +1,5 @@
+an autolink http://example.com
+
+inside of brackets [http://example.com], inside of braces {http://example.com}, inside of parentheses (http://example.com)
+
+trailing slash http://example.com/ and http://example.com/path/ \ No newline at end of file