Vuepress Plugin GitHub Linkify

January 16, 2026 ยท View on GitHub

Vuepress Plugin 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'
        })
    ]
}
  • mentions
  • commits
  • pull requests
  • compares
  • tags
  • trees
  • blobs

Example

before

after

License

This package is licensed under the MIT License.