Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Getting working links as dead in result ! #41

Open
subratsf opened this issue May 30, 2022 · 1 comment
Open

Getting working links as dead in result ! #41

subratsf opened this issue May 30, 2022 · 1 comment

Comments

@subratsf
Copy link

The package is considering some active links as dead URLs. for example :

Udemy : Modern React with Redux
Have I Been Pwned

Using the remark-lint package as below:

import {reporter} from 'vfile-reporter'
import {remark} from 'remark'
import remarkLintNoDeadUrls from 'remark-lint-no-dead-urls'

const result = await remark()
          .use(remarkLintNoDeadUrls)
          .process(`# remark-lint-no-dead-urls
          
          [Udemy link](https://www.udemy.com/course/react-redux)
          [Have I been Pwned](http://haveibeenpwned.com)`)

console.log(reporter(result));

and getting the result:

Screen Shot 2022-05-30 at 12 17 20 PM

@subratsf
Copy link
Author

subratsf commented May 30, 2022

@transitive-bullshit @davidtheclark Need your help with this issue.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

No branches or pull requests

1 participant