0.0.2 • Published 6 years ago

markdown-links-transformer v0.0.2

Weekly downloads
3
License
MIT
Repository
github
Last release
6 years ago

markdown-links-transformer

NPM version NPM downloads CircleCI codecov donate

Install

npm i markdown-links-transformer

Usage

const markdownLinksTransformer = require('markdown-links-transformer')

API

  • markdownLinksTransformer.inlineToSeperate(input)

    • input:
    - **koa** | [Github](https://github.com/koajs/koa)  · [Documentation](http://koajs.com/)  · [文档](http://www.koacn.com/)
    • output:
    - **koa** | [Github][1]  · [Documentation][2]  · [文档][3]
      
    [1]: https://github.com/koajs/koa
    [2]: http://koajs.com/
    [3]: http://www.koacn.com/
  • markdownLinksTransformer.inlineToSeperate(input)

    • input:
    - **koa** | [Github][1]  · [Documentation][2]  · [文档][3]
    
    [1]: https://github.com/koajs/koa
    [2]: http://koajs.com/
    [3]: http://www.koacn.com/
    • output:
    - **koa** | [Github](https://github.com/koajs/koa)  · [Documentation](http://koajs.com/)  · [文档](http://www.koacn.com/)

Contributing

  1. Fork it!
  2. Create your feature branch: git checkout -b my-new-feature
  3. Commit your changes: git commit -am 'Add some feature'
  4. Push to the branch: git push origin my-new-feature
  5. Submit a pull request :D

Author

markdown-links-transformer © ulivz, Released under the MIT License. Authored and maintained by ulivz with help from contributors (list).

github.com/ulivz · GitHub @ulivz

0.0.2

6 years ago

0.0.1

6 years ago