github-action-markdown-link-check icon indicating copy to clipboard operation
github-action-markdown-link-check copied to clipboard

Features suggestions

Open nathan-gt opened this issue 4 years ago • 2 comments
trafficstars

  • Add the option to echo a github actions warning for each broken link found
  • Add the option to color code the console output to more quickly spot which links are broken (make broken links appear red)
  • Add the option of displaying the total number of links that have been processed and show the number of dead links that have been found at the end of the program and not just per file.

nathan-gt avatar Aug 25 '21 22:08 nathan-gt

Thanks @nathan-gt Since this action is dependent on markdown-link-check some of these options can only work if the original library supports them. However, I am working on an update, possibly a new project, to replace this action. For now, I'll have a look what is doable currently and include that.

gaurav-nelson avatar Aug 26 '21 09:08 gaurav-nelson

I want to search 3 differents extensions... like ".md, .markdown, .mdx" I dont find the way to do it

btosello avatar Sep 13 '21 19:09 btosello