mirror of
https://github.com/DavidAnson/markdownlint.git
synced 2026-03-13 21:56:14 +01: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
44
test/links-alternate.md
Normal file
44
test/links-alternate.md
Normal file
|
|
@ -0,0 +1,44 @@
|
|||
# Detailed Link Results
|
||||
|
||||
Text https://example.com/ text
|
||||
|
||||
Text <https://example.com/brackets> text https://example.com/bare text
|
||||
|
||||
Text https://example.com/bare text <https://example.com/brackets> text
|
||||
|
||||
Text `code https://example.com/code code` text https://example.com/ text
|
||||
|
||||
> Text <https://example.com/brackets> text https://example.com/bare text
|
||||
|
||||
Text https://example.com/dir
|
||||
text https://example.com/file.txt
|
||||
text <https://example.com/dir/dir>
|
||||
text https://example.com/dir/dir/file?query=param
|
||||
|
||||
```text
|
||||
Code https://example.com/code?type=fence code
|
||||
```
|
||||
|
||||
Code https://example.com/code?type=indent code
|
||||
|
||||
Text <https://example.com/same> more text https://example.com/same still more text <https://example.com/same> done
|
||||
|
||||
Text <https://example.com/same> more \* text https://example.com/same more \[ text <https://example.com/same> done
|
||||
|
||||
Text https://example.com/first more text https://example.com/second still more text https://example.com/third done
|
||||
|
||||
(Incorrect link syntax)[https://www.example.com/]
|
||||
|
||||
Text [link ](https://example.com/) text.
|
||||
|
||||
Text [ link](https://example.com/) text.
|
||||
|
||||
Text [ link ](https://example.com/) text.
|
||||
|
||||
Text [link ][reference] text.
|
||||
|
||||
Text [ link][reference] text.
|
||||
|
||||
Text [ link ][reference] text.
|
||||
|
||||
[reference]: https://example.com/
|
||||
Loading…
Add table
Add a link
Reference in a new issue