Skip to content

Latest commit

 

History

History
37 lines (24 loc) · 671 Bytes

.verb.md

File metadata and controls

37 lines (24 loc) · 671 Bytes

{%= name %} {%= badge("fury") %}

{%= description %}

{%= include("install-npm", {save: true}) %}

Usage

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 projects

{%= related(['markdown-utils', 'gfm-code-blocks', 'remarkable', 'markdown-toc']) %}

Running tests

{%= include("tests") %}

Contributing

{%= include("contributing") %}

Author

{%= include("author") %}

License

{%= copyright() %} {%= license() %}


{%= include("footer") %}