Version 1
[yaffs-website] / vendor / cebe / markdown / tests / markdown-data / images.html
diff --git a/vendor/cebe/markdown/tests/markdown-data/images.html b/vendor/cebe/markdown/tests/markdown-data/images.html
new file mode 100644 (file)
index 0000000..90d9dbc
--- /dev/null
@@ -0,0 +1,10 @@
+<p><img src="https://poser.pugx.org/cebe/markdown/downloads.png" alt="Total Downloads" />
+<img src="https://secure.travis-ci.org/cebe/markdown.png" alt="Build Status" title="test1" /></p>
+<p>Here is an image tag: <img src="https://poser.pugx.org/cebe/markdown/downloads.png" alt="Total Downloads" />.</p>
+<p>Images inside of links:
+<a href="https://packagist.org/packages/cebe/markdown"><img src="https://poser.pugx.org/cebe/markdown/downloads.png" alt="Total Downloads" /></a>
+<!-- [![Scrutinizer Quality Score](https://scrutinizer-ci.com/g/cebe/markdown/badges/quality-score.png?s=17448ca4d140429fd687c58ff747baeb6568d528)](https://scrutinizer-ci.com/g/cebe/markdown/) -->
+<a href="http://travis-ci.org/cebe/markdown"><img src="https://secure.travis-ci.org/cebe/markdown.png" alt="Build Status" title="test2" /></a>
+<a href="http://travis-ci.org/cebe/markdown" title="test4"><img src="https://secure.travis-ci.org/cebe/markdown.png" alt="Build Status" title="test3" /></a></p>
+<p>This is not an image: ![[ :-)</p>
+<p>This is not an image: ![[ :-)]]</p>