mirror of
https://github.com/DavidAnson/markdownlint.git
synced 2026-04-18 07:39:03 +02:00
Remove outdated "detailed-results-" prefix from test scenario files.
This commit is contained in:
parent
3be22e0620
commit
877ede7735
40 changed files with 4525 additions and 4525 deletions
17
test/spaces-inside-link-text.md
Normal file
17
test/spaces-inside-link-text.md
Normal file
|
|
@ -0,0 +1,17 @@
|
|||
# Spaces Inside Link Text
|
||||
|
||||
[ link ](https://example.com/) {MD039}
|
||||
|
||||
[ "link" ](https://example.com/) {MD039}
|
||||
|
||||
[ `link` ](https://example.com/) {MD039}
|
||||
|
||||
[ *link* ](https://example.com/) {MD039}
|
||||
|
||||
[ __link__ ](https://example.com/) {MD039}
|
||||
|
||||
[ link "link" ](https://example.com/) {MD039}
|
||||
|
||||
[ link `link` ](https://example.com/) {MD039}
|
||||
|
||||
[ *link* link ](https://example.com/) {MD039}
|
||||
Loading…
Add table
Add a link
Reference in a new issue