markdown-links-transformer

0.0.2 • Public • Published

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

Readme

Keywords

none

Package Sidebar

Install

npm i markdown-links-transformer

Weekly Downloads

0

Version

0.0.2

License

MIT

Unpacked Size

10.7 kB

Total Files

9

Last publish

Collaborators

  • toxichl