mirror of
https://github.com/erusev/parsedown.git
synced 2023-08-10 21:13:06 +03:00
reference_link test should reference md.png with a relative path
This commit is contained in:
parent
4af89c5087
commit
a94a45f955
@ -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 definition name on the next line.</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> with an empty link definition.</p>
|
||||
|
@ -29,7 +29,7 @@ Here's [one][404] with no definition.
|
||||
|
||||
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].
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user