Skip to content

New Rule: link-fragments-should-be-valid #369

Closed
@SwetaTanwar

Description

@SwetaTanwar

Rule details

This rule should warn when a link fragment does not match any of the fragments that are automatically generated for headings in a document

What type of rule is this?

Warns about a potential problem

Example code

Incorrect Code

# Heading Name

[Link](#fragment)

Correct Code

# Heading Name

[Link](#heading-name)

Participation

  • I am willing to submit a pull request to implement this rule.

Additional comments

Prior At: Rule

Metadata

Metadata

Assignees

Type

No type

Projects

Status

Complete

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions