mirror of
https://github.com/DavidAnson/markdownlint.git
synced 2025-12-16 22:10:13 +01:00
Update copyright year to 2019, all HTTP links to HTTPS.
This commit is contained in:
parent
045238740f
commit
90bd0810e7
16 changed files with 59 additions and 59 deletions
|
|
@ -1,26 +1,26 @@
|
|||
[foo](http://bar/)
|
||||
[foo](https://bar/)
|
||||
|
||||
["foo"](http:/bar/)
|
||||
["foo"](https://bar/)
|
||||
|
||||
[`foo`](http://bar/)
|
||||
[`foo`](https://bar/)
|
||||
|
||||
[*foo*](http://bar/)
|
||||
[*foo*](https://bar/)
|
||||
|
||||
[**foo**](http://bar/)
|
||||
[**foo**](https://bar/)
|
||||
|
||||
[foo "bar"](http:/baz/)
|
||||
[foo "bar"](https://baz/)
|
||||
|
||||
[foo ](http://bar/) {MD039}
|
||||
[foo ](https://bar/) {MD039}
|
||||
|
||||
[ foo](http://bar/) {MD039}
|
||||
[ foo](https://bar/) {MD039}
|
||||
|
||||
[ foo ](http://bar/) {MD039}
|
||||
[ foo ](https://bar/) {MD039}
|
||||
|
||||
[ "foo" ](http://bar/) {MD039}
|
||||
[ "foo" ](https://bar/) {MD039}
|
||||
|
||||
[ `foo` ](http://bar/) {MD039}
|
||||
[ `foo` ](https://bar/) {MD039}
|
||||
|
||||
[ *foo* ](http://bar/) {MD039}
|
||||
[ *foo* ](https://bar/) {MD039}
|
||||
|
||||
The following shouldn't break anything:
|
||||
[](/images/Screenshot.png)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue