vuepress-plugin-check-md

0.0.3 • Public • Published

vuepress-plugin-check-md

NPM version NPM downloads

vuepress check-md - Check dead links of markdown.

This plugin is powered by check-md made with ❤️ by @whxaxes.

Features

This plugin help check following types of dead links

  • Empty link.
  • Non-existed target markdown file.
  • Non-slugified hash.
  • Non-existed hash.
  • Prefer .md to .html (warn)

Install

yarn add -D vuepress-plugin-check-md
# OR npm install -D vuepress-plugin-check-md

Usage

module.exports = {
  plugins: ['check-md']
}
vuepress check-md [docsDir]

Passing Options

module.exports = {
  plugins: ['check-md', {
    pattern: '**/*.md'
  }]
}

Options

Following options can also be passed via CLI options, e.g. vuepress check-md --fix

fix

  • Type: boolean
  • Default: false

Check and try to fix

pattern

  • Type: GlobPattern
  • Default: **/*.md

Glob pattern of resolved markdowns.

ignore

  • Type: GlobPattern
  • Default: **/node_modules

Glob pattern to specify paths from being checked.

exitLevel

  • Type: 'none' | 'info' | 'warn' | 'error'
  • Default: 'error'

Process exit level, default to error, other choice is warn and none, it will not exit if setting to none.

Author

vuepress-plugin-check-md © ULIVZ, Released under the MIT License.

github.com/ulivz · GitHub @ULIVZ · Twitter @_ulivz

Readme

Keywords

none

Package Sidebar

Install

npm i vuepress-plugin-check-md

Weekly Downloads

574

Version

0.0.3

License

MIT

Unpacked Size

5.02 kB

Total Files

4

Last publish

Collaborators

  • ulivz