jtleek / dataanalysis

The lecture slides for Coursera's Data Analysis class
761 stars 720 forks source link

simplifying markdown for links where the link text is the URL #8

Closed ajschumacher closed 11 years ago

ajschumacher commented 11 years ago

markdown can figure out links like these:

[http://google.com/]()

so you don't have to type this:

[http://google.com/](http://google.com/)
ajschumacher commented 11 years ago

Oh geez - looking at the actual diff on the source I realize I was wrong. Sorry!