UmbrellaDocs / linkspector

Uncover broken links in your content.
Apache License 2.0
55 stars 8 forks source link

fix: Add support for checking HTML encoded section links #70

Closed gaurav-nelson closed 2 weeks ago

gaurav-nelson commented 2 weeks ago

Description

The code changes introduce support for checking HTML encoded section links and include anchor names. This feature allows the program to accurately validate links within markdown files that contain encoded section IDs. The changes include modifications to the linkspector test suite and the checkFileExistence function in the check-file-links.js module.

Fixes #69

Type of Change

Checklist: