markdownlint/test/spaces_inside_link_text.md

27 lines
426 B
Markdown
Raw Normal View History

2015-04-15 18:24:42 -07:00
[foo](http://bar/)
["foo"](http:/bar/)
[`foo`](http://bar/)
[*foo*](http://bar/)
[**foo**](http://bar/)
[foo "bar"](http:/baz/)
2015-04-15 18:24:42 -07:00
[foo ](http://bar/) {MD039}
[ foo](http://bar/) {MD039}
[ foo ](http://bar/) {MD039}
[ "foo" ](http://bar/) {MD039}
[ `foo` ](http://bar/) {MD039}
[ *foo* ](http://bar/) {MD039}
2015-04-15 18:24:42 -07:00
The following shouldn't break anything:
[![Screenshot.png](/images/Screenshot.png)](/images/Screenshot.png)