tpope / vim-markdown

Vim Markdown runtime files
1.23k stars 191 forks source link

Support links with no following [] or () #54

Closed MarkLodato closed 11 years ago

MarkLodato commented 11 years ago

Example:

I want to [link] to something.

[link]: http://example.com

See the Markdown Cheetsheet for more details.

tpope commented 11 years ago

Doesn't seem to be in the standard, which instead suggests [this style][]. Also, probably super prone to false positives?

MarkLodato commented 11 years ago

Ah, you're right. I didn't know about the [empty brackets][] style. Thanks!