Include all vendor files in the repo to be easier for people
This commit is contained in:
21
vendor/erusev/parsedown/test/data/text_reference.md
vendored
Normal file
21
vendor/erusev/parsedown/test/data/text_reference.md
vendored
Normal file
@@ -0,0 +1,21 @@
|
||||
[reference link][1]
|
||||
|
||||
[1]: http://example.com
|
||||
|
||||
[one][website] with a semantic name
|
||||
|
||||
[website]: http://example.com
|
||||
|
||||
[one][404] with no definition
|
||||
|
||||
[multiline
|
||||
one][website] defined on 2 lines
|
||||
|
||||
[one][Label] with a mixed case label and an upper case definition
|
||||
|
||||
[LABEL]: http://example.com
|
||||
|
||||
[one]
|
||||
[1] with the a label on the next line
|
||||
|
||||
[`link`][website]
|
||||
Reference in New Issue
Block a user