mirror of
https://github.com/DavidAnson/markdownlint.git
synced 2025-12-16 22:10:13 +01:00
Update test file with new cases from Ruby implementation.
This commit is contained in:
parent
d76ede1c4f
commit
183d9c5cb1
1 changed files with 16 additions and 0 deletions
|
|
@ -1,10 +1,26 @@
|
|||
[foo](http://bar/)
|
||||
|
||||
["foo"](http:/bar/)
|
||||
|
||||
[`foo`](http://bar/)
|
||||
|
||||
[*foo*](http://bar/)
|
||||
|
||||
[**foo**](http://bar/)
|
||||
|
||||
[foo "bar"](http:/baz/)
|
||||
|
||||
[foo ](http://bar/) {MD039}
|
||||
|
||||
[ foo](http://bar/) {MD039}
|
||||
|
||||
[ foo ](http://bar/) {MD039}
|
||||
|
||||
[ "foo" ](http://bar/) {MD039}
|
||||
|
||||
[ `foo` ](http://bar/) {MD039}
|
||||
|
||||
[ *foo* ](http://bar/) {MD039}
|
||||
|
||||
The following shouldn't break anything:
|
||||
[](/images/Screenshot.png)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue