{"_id":"markdown-link","_rev":"83163","name":"markdown-link","description":"Micro util for generating a single markdown link.","dist-tags":{"latest":"0.1.1"},"maintainers":[{"name":"jonschlinkert","email":"github@sellside.com"}],"time":{"modified":"2021-06-03T10:26:28.000Z","created":"2015-03-14T23:54:11.107Z","0.1.1":"2015-03-21T01:40:15.303Z","0.1.0":"2015-03-14T23:54:11.107Z"},"users":{},"author":{"name":"Jon Schlinkert","url":"https://github.com/jonschlinkert"},"repository":{"type":"git","url":"git://github.com/jonschlinkert/markdown-link.git"},"versions":{"0.1.1":{"name":"markdown-link","description":"Micro util for generating a single markdown link.","version":"0.1.1","homepage":"https://github.com/jonschlinkert/markdown-link","author":{"name":"Jon Schlinkert","url":"https://github.com/jonschlinkert"},"repository":{"type":"git","url":"git://github.com/jonschlinkert/markdown-link.git"},"bugs":{"url":"https://github.com/jonschlinkert/markdown-link/issues"},"license":{"type":"MIT","url":"https://github.com/jonschlinkert/markdown-link/blob/master/LICENSE"},"files":["index.js"],"main":"index.js","engines":{"node":">=0.10.0"},"scripts":{"test":"mocha"},"dependencies":{},"devDependencies":{"mocha":"*","should":"*"},"keywords":[],"_id":"markdown-link@0.1.1","_shasum":"32c5c65199a6457316322d1e4229d13407c8c7cf","_from":".","_npmVersion":"2.5.1","_nodeVersion":"0.12.0","_npmUser":{"name":"jonschlinkert","email":"github@sellside.com"},"maintainers":[{"name":"jonschlinkert","email":"github@sellside.com"}],"dist":{"shasum":"32c5c65199a6457316322d1e4229d13407c8c7cf","size":2107,"noattachment":false,"key":"/markdown-link/-/markdown-link-0.1.1.tgz","tarball":"http://registry.cnpm.dingdandao.com/markdown-link/download/markdown-link-0.1.1.tgz"},"directories":{},"publish_time":1426902015303,"_cnpm_publish_time":1426902015303,"_hasShrinkwrap":false},"0.1.0":{"name":"markdown-link","description":"Micro util for generating a single markdown link.","version":"0.1.0","homepage":"https://github.com/jonschlinkert/markdown-link","author":{"name":"Jon Schlinkert","url":"https://github.com/jonschlinkert"},"repository":{"type":"git","url":"git://github.com/jonschlinkert/markdown-link.git"},"bugs":{"url":"https://github.com/jonschlinkert/markdown-link/issues"},"license":{"type":"MIT","url":"https://github.com/jonschlinkert/markdown-link/blob/master/LICENSE"},"files":["index.js"],"main":"index.js","engines":{"node":">=0.10.0"},"scripts":{"test":"mocha"},"dependencies":{},"devDependencies":{"mocha":"*","should":"*"},"keywords":[],"_id":"markdown-link@0.1.0","_shasum":"6485318669d9568ac14301a77e77379b1b8930fa","_from":".","_npmVersion":"2.5.1","_nodeVersion":"0.12.0","_npmUser":{"name":"jonschlinkert","email":"github@sellside.com"},"maintainers":[{"name":"jonschlinkert","email":"github@sellside.com"}],"dist":{"shasum":"6485318669d9568ac14301a77e77379b1b8930fa","size":2085,"noattachment":false,"key":"/markdown-link/-/markdown-link-0.1.0.tgz","tarball":"http://registry.cnpm.dingdandao.com/markdown-link/download/markdown-link-0.1.0.tgz"},"directories":{},"publish_time":1426377251107,"_cnpm_publish_time":1426377251107,"_hasShrinkwrap":false}},"readme":"# markdown-link [![NPM version](https://badge.fury.io/js/markdown-link.svg)](http://badge.fury.io/js/markdown-link)\n\n> Micro util for generating a single markdown link.\n\n## Install with [npm](npmjs.org)\n\n```bash\nnpm i markdown-link --save\n```\n\n## Usage\n\n```js\nvar mdlink = require('markdown-link');\n```\n\n## Usage\n### [.link](./index.js#L18)\n\nCreate a markdown-formatted link from the given values.\n\n* `anchor` **{String}**    \n* `href` **{String}**    \n* `title` **{String}**    \n\n```js\nmdlink('micromatch', 'https://github.com/jonschlinkert/micromatch', 'hover title');\n//=> [micromatch](https://github.com/jonschlinkert/micromatch \"hover title\")\n```\n\n## Related projects\n* [remarkable](https://github.com/jonschlinkert/remarkable): Markdown parser, done right. 100% Commonmark support, extensions, syntax plugins, high speed - all in one.\n* [markdown-toc](https://github.com/jonschlinkert/markdown-toc): Generate a markdown TOC (table of contents) with Remarkable.\n* [markdown-utils](https://github.com/jonschlinkert/markdown-utils): Micro-utils for creating markdown snippets.\n* [to-gfm-code-block](https://github.com/jonschlinkert/to-gfm-code-block): Generate a github-flavored-markdown fenced code block snippet.\n\n## Running tests\nInstall dev dependencies.\n\n```bash\nnpm i -d && npm test\n```\n\n## Contributing\nPull requests and stars are always welcome. For bugs and feature requests, [please create an issue](https://github.com/jonschlinkert/markdown-link/issues)\n\n## Author\n\n**Jon Schlinkert**\n \n+ [github/jonschlinkert](https://github.com/jonschlinkert)\n+ [twitter/jonschlinkert](http://twitter.com/jonschlinkert) \n\n## License\nCopyright (c) 2015 Jon Schlinkert  \nReleased under the MIT license\n\n***\n\n_This file was generated by [verb-cli](https://github.com/assemble/verb-cli) on March 20, 2015._","_attachments":{},"homepage":"https://github.com/jonschlinkert/markdown-link","bugs":{"url":"https://github.com/jonschlinkert/markdown-link/issues"},"license":{"type":"MIT","url":"https://github.com/jonschlinkert/markdown-link/blob/master/LICENSE"}}