commit vendor
This commit is contained in:
20
vendor/michelf/php-markdown/test/resources/markdown.mdtest/Links, shortcut references.text
vendored
Normal file
20
vendor/michelf/php-markdown/test/resources/markdown.mdtest/Links, shortcut references.text
vendored
Normal file
@ -0,0 +1,20 @@
|
||||
This is the [simple case].
|
||||
|
||||
[simple case]: /simple
|
||||
|
||||
|
||||
|
||||
This one has a [line
|
||||
break].
|
||||
|
||||
This one has a [line
|
||||
break] with a line-ending space.
|
||||
|
||||
[line break]: /foo
|
||||
|
||||
|
||||
[this] [that] and the [other]
|
||||
|
||||
[this]: /this
|
||||
[that]: /that
|
||||
[other]: /other
|
||||
Reference in New Issue
Block a user