mirror of
https://github.com/DavidAnson/markdownlint.git
synced 2025-12-18 15:00:13 +01:00
26 lines
426 B
Markdown
26 lines
426 B
Markdown
[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)
|