Skip to content

v7.2.0

Latest
Compare
Choose a tag to compare
@github-actions github-actions released this 22 Aug 13:28
3b6248d

7.2.0 (2025-08-22)

Features

  • add allowedIgnoreCase option to no-html (#500) (06ac53d)
  • add checkClosedHeadings option to no-missing-atx-heading-space (#452) (a9675aa)
  • add frontmatterTitle option to heading-increment (#454) (614ef3e)
  • add no-space-in-emphasis rule (#403) (e4b8de4)
  • Expose identifiers in messages for no-duplicate-definitions (#506) (9f54c1b)
  • expose identifiers in messages for no-empty-definitions (#507) (738f366)
  • verify identifier data in no-empty-definitions (#499) (738f366)

Bug Fixes

  • allow any type for meta.docs.recommended in custom rules (#502) (604a4b9)
  • detect errors after comments in no-multiple-h1 and require-alt-text (#468) (c9de444)
  • false negatives and positives in no-reversed-media-syntax (#473) (c7a4d64)
  • fenced-code-language highlights only relevant parts (#487) (bb48ae2)
  • handle multiline setext headings in no-duplicate-headings (#469) (99beea6)
  • improve HTML id/name regex for unquoted values and spaces (#480) (6c35261)
  • improve no-html rule's tag location reporting (#491) (5e6e94e)
  • make meta property optional in Block type (#461) (15c93a6)
  • normalize definition identifiers in no-*-definitions rules (#488) (b248383)