diff options
Diffstat (limited to 'vendor/parsedown-0.9.0/tests/data/implicit_reference.html')
-rw-r--r-- | vendor/parsedown-0.9.0/tests/data/implicit_reference.html | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/vendor/parsedown-0.9.0/tests/data/implicit_reference.html b/vendor/parsedown-0.9.0/tests/data/implicit_reference.html new file mode 100644 index 00000000..209b85e7 --- /dev/null +++ b/vendor/parsedown-0.9.0/tests/data/implicit_reference.html @@ -0,0 +1,3 @@ +<p>an <a href="http://example.com">implicit</a> reference link</p> +<p>an <a href="http://example.com">implicit</a> reference link with an empty link definition</p> +<p>an <a href="http://example.com" title="Example">explicit</a> reference link with a title</p>
\ No newline at end of file |