Skip to content

docs: remove reference to isemail - no longer used#442

Merged
WillGibson merged 1 commit intotcort:masterfrom
MikeMcC399:docs/remove-isemail
Apr 30, 2025
Merged

docs: remove reference to isemail - no longer used#442
WillGibson merged 1 commit intotcort:masterfrom
MikeMcC399:docs/remove-isemail

Conversation

@MikeMcC399
Copy link
Contributor

Issue

The README introduces itself with the description:

Extracts links from markdown texts and checks whether each link is alive (200 OK) or dead. mailto: links are validated with isemail.

The reference to isemail is however no longer correct.

markdown-link-check@3.13.7 (current latest):

  1. has no dependency on isemail
  2. delegates mailto: link checking to link-check@^5.4.0

link-check@^5.4.0 uses node-email-verifier and has dropped the use of isemail

Change

Remove the reference to isemail in the README document and no longer mention any specific module, since the choice is delegated to link-check.

@MikeMcC399

This comment was marked as outdated.

@MikeMcC399 MikeMcC399 marked this pull request as ready for review April 20, 2025 09:14
@MikeMcC399

This comment was marked as outdated.

@WillGibson WillGibson merged commit f121eb0 into tcort:master Apr 30, 2025
12 checks passed
@MikeMcC399
Copy link
Contributor Author

Thank you @WillGibson !

@MikeMcC399 MikeMcC399 deleted the docs/remove-isemail branch April 30, 2025 17:06
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

README refers to isemail - no longer involved

2 participants