vuepress-plugin-github-linkify
TypeScript icon, indicating that this package has built-in type declarations

1.3.1 • Public • Published

Vuepress Plugin GitHub Linkify

the dragon code github linkify

Finding and fixing GitHub links

NPM version NPM downloads MIT License

Usage

npm i -D vuepress-plugin-github-linkify
// .vuepress/config.js

import { githubLinkifyPlugin } from 'vuepress-plugin-github-linkify'

{
    plugins: [
        githubLinkifyPlugin({
            repo: 'your-vendor/your-project'
        })
    ]
}

Support Links

  • [x] mentions
  • [x] commits
  • [x] pull requests
  • [x] compares
  • [x] tags
  • [x] trees
  • [x] blobs

Example

before

after

License

This package is licensed under the MIT License.

Package Sidebar

Install

npm i vuepress-plugin-github-linkify

Weekly Downloads

1

Version

1.3.1

License

MIT

Unpacked Size

17.3 kB

Total Files

27

Last publish

Collaborators

  • helldar