Micro util for generating a single markdown link.
npm i markdown-image --save
var mdimage = require('markdown-image');
mdimage('foo', 'https://github.com/bar/foo', 'baz'); //=> [foo](https://github.com/bar/foo "baz")
* `anchor` **{String}**
* `href` **{String}**
* `title` **{String}**
mdimage('foo', 'https://github.com/bar/foo');
//=> [foo](https://github.com/bar/foo)
Install dev dependencies.
npm i -d && npm test
Pull requests and stars are always welcome. For bugs and feature requests, please create an issue
Jon Schlinkert
Copyright (c) 2015 Jon Schlinkert Released under the MIT license
This file was generated by verb-cli on March 14, 2015.