markdown-link-reporter

A module for finding broken local markdown links.


Keywords
markdown, link, check, checker, dead, url, test, hyperlink, href, md
License
ISC
Install
npm install markdown-link-reporter@1.1.1

Documentation

Markdown Link Reporter 📝

A cli tool for identifying all broken local markdown links in a directory.

Installation

npm install -g markdown-link-reporter

Usage

After installing, run the command md-report in your terminal. By default, this will scan all markdown files in your current working directory.

To test a specific directory, run md-report <relative or absolute path to folder>.

Example:

md-report README.md