# markdown-link

> Micro util for generating a single markdown link.

Latest version **0.1.1** (published 2015-03-21) · MIT license · 0 weekly downloads

## Install

```sh
npm install markdown-link
pnpm add markdown-link
yarn add markdown-link
bun add markdown-link
```

## Health

**Score 15/100 (F)** — status: abandoned.

Positive: no vulnerabilities.

Warnings: low downloads; no types; no esm support; pre 1.0.

Negative: abandoned; low maintenance score.

## Facts

| | |
|---|---|
| Version | 0.1.1 |
| Published | 2015-03-21 |
| First published | 2015-03-14 |
| Weekly downloads | 0 |
| License | MIT |
| TypeScript types | none |
| Module format | CommonJS |
| Node | >=0.10.0 |
| Dependencies | 0 |
| Known vulnerabilities | 0 |
| Install scripts | no |
| GitHub stars | 7 |
| Author | Jon Schlinkert |
| Maintainers | jonschlinkert |

## Links

- npm: https://www.npmjs.com/package/markdown-link
- Repository: https://github.com/jonschlinkert/markdown-link
- Issues: https://github.com/jonschlinkert/markdown-link/issues
- npm.io page: https://npm.io/package/markdown-link

## Recent versions

- 0.1.1 (latest) — 2015-03-21
- 0.1.0 — 2015-03-14

## README

# markdown-link [![NPM version](https://badge.fury.io/js/markdown-link.svg)](http://badge.fury.io/js/markdown-link)

> Micro util for generating a single markdown link.

## Install with [npm](npmjs.org)

```bash
npm i markdown-link --save
```

## Usage

```js
var mdlink = require('markdown-link');
```

## Usage
### [.link](./index.js#L18)

Create a markdown-formatted link from the given values.

* `anchor` **{String}**    
* `href` **{String}**    
* `title` **{String}**    

```js
mdlink('micromatch', 'https://github.com/jonschlinkert/micromatch', 'hover title');
//=> [micromatch](https://github.com/jonschlinkert/micromatch "hover title")
```

## Related projects
* [remarkable](https://github.com/jonschlinkert/remarkable): Markdown parser, done right. 100% Commonmark support, extensions, syntax plugins, high speed - all in one.
* [markdown-toc](https://github.com/jonschlinkert/markdown-toc): Generate a markdown TOC (table of contents) with Remarkable.
* [markdown-utils](https://github.com/jonschlinkert/markdown-utils): Micro-utils for creating markdown snippets.
* [to-gfm-code-block](https://github.com/jonschlinkert/to-gfm-code-block): Generate a github-flavored-markdown fenced code block snippet.

## Running tests
Install dev dependencies.

```bash
npm i -d && npm test
```

## Contributing
Pull requests and stars are always welcome. For bugs and feature requests, [please create an issue](https://github.com/jonschlinkert/markdown-link/issues)

## Author

**Jon Schlinkert**
 
+ [github/jonschlinkert](https://github.com/jonschlinkert)
+ [twitter/jonschlinkert](http://twitter.com/jonschlinkert) 

## License
Copyright (c) 2015 Jon Schlinkert  
Released under the MIT license

***

_This file was generated by [verb-cli](https://github.com/assemble/verb-cli) on March 20, 2015._

---
_Source: https://npm.io/package/markdown-link · Machine-readable twin of the npm.io package page. Health data is recomputed on every publish._
