reference_link test should reference md.png with a relative path

This commit is contained in:
Emanuil 2013-09-02 22:12:43 +03:00
parent 4af89c5087
commit a94a45f955
2 changed files with 2 additions and 2 deletions

View File

@ -6,7 +6,7 @@
<p>Here's <a href="http://parsedown.org">one</a> with a semantic name.</p> <p>Here's <a href="http://parsedown.org">one</a> with a semantic name.</p>
<p>Here's <a href="http://parsedown.org">one</a> with definition name on the next line.</p> <p>Here's <a href="http://parsedown.org">one</a> with definition name on the next line.</p>
<p>Here's [one][404] with no definition.</p> <p>Here's [one][404] with no definition.</p>
<p>Here's an image: <img alt="Markdown Logo" src="https://raw.github.com/dcurtis/markdown-mark/master/png/32x20-solid.png"></p> <p>Here's an image: <img alt="Markdown Logo" src="/md.png"></p>
<p>Here's an <a href="http://google.com">implicit one</a>.</p> <p>Here's an <a href="http://google.com">implicit one</a>.</p>
<p>Here's an <a href="http://google.com">implicit one</a>.</p> <p>Here's an <a href="http://google.com">implicit one</a>.</p>
<p>Here's an <a href="http://google.com">implicit one</a> with an empty link definition.</p> <p>Here's an <a href="http://google.com">implicit one</a> with an empty link definition.</p>

View File

@ -29,7 +29,7 @@ Here's [one][404] with no definition.
Here's an image: ![Markdown Logo][image] Here's an image: ![Markdown Logo][image]
[image]: https://raw.github.com/dcurtis/markdown-mark/master/png/32x20-solid.png [image]: /md.png
Here's an [implicit one]. Here's an [implicit one].