diff options
Diffstat (limited to 'vendor/erusev/parsedown/test/data/text_reference.html')
-rw-r--r-- | vendor/erusev/parsedown/test/data/text_reference.html | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/vendor/erusev/parsedown/test/data/text_reference.html b/vendor/erusev/parsedown/test/data/text_reference.html new file mode 100644 index 00000000..11e4d37f --- /dev/null +++ b/vendor/erusev/parsedown/test/data/text_reference.html @@ -0,0 +1,8 @@ +<p><a href="http://example.com">reference link</a></p> +<p><a href="http://example.com">one</a> with a semantic name</p> +<p>[one][404] with no definition</p> +<p><a href="http://example.com">multiline +one</a> defined on 2 lines</p> +<p><a href="http://example.com">one</a> with a mixed case label and an upper case definition</p> +<p><a href="http://example.com">one</a> with the a label on the next line</p> +<p><a href="http://example.com"><code>link</code></a></p>
\ No newline at end of file |