Skip to content

Utility that checks if markdown links should be fixed

Notifications You must be signed in to change notification settings

yldio/log-md-fixable-links

Repository files navigation

Markdown fixable links logger:

Aims to analyse markdown files and check if the URLs inside it do not return Not Found content:

  • requests the file and checks the http method;
  • for the files that were fine, they might still have "not found" in the HTML body. We check that and we take a snapshot which is added to output folder. With the snapshot we can confirm that if the string 'Not found' was really an issue or just random text.

Usage

yarn

node index.js <file.md>

Use case

Check markdown links for each YLD course lesson.

About

Utility that checks if markdown links should be fixed

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published