[grunt-markdown](https://github.com/treasonx/grunt-markdown) transforms ``` [google]: http://google.com "GOOGLE" ``` to ``` GOOGLE ``` while according to [daringfireball](http://daringfireball.net/projects/markdown/dingus) it should not create anything at all in the `html`.
grunt-markdown transforms
to
while according to daringfireball it should not create anything at all in the
html.