fix: should only check valid fragments in markdown (.md) files

This commit is contained in:
2024-01-31 00:10:41 +01:00
parent 5c39afbe20
commit e20ee54b05
5 changed files with 25 additions and 0 deletions

View File

@ -0,0 +1,9 @@
<!doctype html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Awesome</title>
</head>
<body></body>
</html>

View File

@ -0,0 +1,7 @@
# Valid
[Link fragment HTML](./awesome.html#existing-heading)
[Link fragment TXT](./abc.txt#existing-heading)
[Link fragment Image](../../image.png#existing-heading)