diff options
author | Philip Häusler <msquare@notrademark.de> | 2014-03-09 13:12:39 +0100 |
---|---|---|
committer | Philip Häusler <msquare@notrademark.de> | 2014-03-09 13:12:39 +0100 |
commit | 893bb5a9cf365c831e75fafc83dffdbced09a466 (patch) | |
tree | ef7a4f923ebb49a70697b0388af359b2b44b2109 /vendor/parsedown-0.9.0/tests/data/url_autolinking.html | |
parent | 82c0d2acc24a0b19de246c4f2c3d37a8e197d11e (diff) |
added parsedown 0.9.0
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.html | 2 |
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 |