mirror of
https://github.com/erusev/parsedown.git
synced 2023-08-10 21:13:06 +03:00
simplify folder name
This commit is contained in:
21
test/data/text_reference.md
Normal file
21
test/data/text_reference.md
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