{%= description %}
{%= include("install-npm", {save: true}) %}
var mdlink = require('{%= name %}');
mdlink('abc', 'https://github.com/xyz/abc');
//=> [abc](https://github.com/xyz/abc)
mdlink('abc', 'https://github.com/xyz/abc', 'Title text.');
//=> [abc](https://github.com/xyz/abc "Title text.")
{%= related(['markdown-utils', 'gfm-code-blocks', 'remarkable', 'markdown-toc']) %}
{%= include("tests") %}
{%= include("contributing") %}
{%= include("author") %}
{%= copyright() %} {%= license() %}
{%= include("footer") %}