init
This commit is contained in:
14
vendor/cebe/markdown/tests/markdown-data/images.html
vendored
Normal file
14
vendor/cebe/markdown/tests/markdown-data/images.html
vendored
Normal file
@@ -0,0 +1,14 @@
|
||||
<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>
|
||||
<!-- [](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>
|
||||
<p><img src="/path/to/img.jpg" alt="Alt text" /></p>
|
||||
<p><img src="/path/to/img.jpg" alt="Alt text" /></p>
|
||||
<p><img src="/path/to/img.jpg" alt="Alt text" /></p>
|
||||
<p><img src="/path/to/img.jpg" alt="Alt text" /></p>
|
||||
Reference in New Issue
Block a user