{"_id":"markdown-reference","_rev":"221130","name":"markdown-reference","description":"Micro-util for generating a markdown-formatted reference link.","dist-tags":{"latest":"0.1.0"},"maintainers":[{"name":"doowb","email":"brian.woodward@gmail.com"},{"name":"jonschlinkert","email":"github@sellside.com"}],"time":{"modified":"2021-06-03T15:40:01.000Z","created":"2015-03-21T06:35:33.445Z","0.1.0":"2015-03-21T06:35:33.445Z"},"users":{},"author":{"name":"Jon Schlinkert","url":"https://github.com/jonschlinkert"},"repository":{"type":"git","url":"git://github.com/jonschlinkert/markdown-reference.git"},"versions":{"0.1.0":{"name":"markdown-reference","description":"Micro-util for generating a markdown-formatted reference link.","version":"0.1.0","homepage":"https://github.com/jonschlinkert/markdown-reference","author":{"name":"Jon Schlinkert","url":"https://github.com/jonschlinkert"},"repository":{"type":"git","url":"git://github.com/jonschlinkert/markdown-reference.git"},"bugs":{"url":"https://github.com/jonschlinkert/markdown-reference/issues"},"license":{"type":"MIT","url":"https://github.com/jonschlinkert/markdown-reference/blob/master/LICENSE"},"files":["index.js"],"main":"index.js","engines":{"node":">=0.10.0"},"scripts":{"test":"mocha"},"devDependencies":{"mocha":"*","should":"*"},"keywords":["link","markdown","md","ref","reference","reflink","url"],"_id":"markdown-reference@0.1.0","_shasum":"17cc5ef955240759709f136ddd6ee322c0ccd4a7","_from":".","_npmVersion":"2.5.1","_nodeVersion":"0.12.0","_npmUser":{"name":"jonschlinkert","email":"github@sellside.com"},"maintainers":[{"name":"doowb","email":"brian.woodward@gmail.com"},{"name":"jonschlinkert","email":"github@sellside.com"}],"dist":{"shasum":"17cc5ef955240759709f136ddd6ee322c0ccd4a7","size":2124,"noattachment":false,"key":"/markdown-reference/-/markdown-reference-0.1.0.tgz","tarball":"http://registry.cnpm.dingdandao.com/markdown-reference/download/markdown-reference-0.1.0.tgz"},"directories":{},"publish_time":1426919733445,"_cnpm_publish_time":1426919733445,"_hasShrinkwrap":false}},"readme":"# markdown-reference [![NPM version](https://badge.fury.io/js/markdown-reference.svg)](http://badge.fury.io/js/markdown-reference)  [![Build Status](https://travis-ci.org/jonschlinkert/markdown-reference.svg)](https://travis-ci.org/jonschlinkert/markdown-reference) \n\n> Micro-util for generating a markdown-formatted reference link.\n\n## Install with [npm](npmjs.org)\n\n```bash\nnpm i markdown-reference --save\n```\n\n## Usage\n\n```js\nvar mdreference = require('markdown-reference');\n```\n\n**Params**\n\n* `id` **{String}**    \n* `url` **{String}**    \n* `title` **{String}**    \n\n```js\nmdreference('template', 'https://github/jonschlinkert/template', 'Make stuff!');\n//=> [template]: https://github/jonschlinkert/template \"Make stuff!\"\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-reference/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 21, 2015._","_attachments":{},"homepage":"https://github.com/jonschlinkert/markdown-reference","bugs":{"url":"https://github.com/jonschlinkert/markdown-reference/issues"},"license":{"type":"MIT","url":"https://github.com/jonschlinkert/markdown-reference/blob/master/LICENSE"}}