istio/istio.io

migrate from markdownlint (ruby) to markdownlint (node JS)

Open

#15,148 opened on May 20, 2024

View on GitHub
 (7 comments) (0 reactions) (0 assignees)HTML (1,492 forks)batch import
good first issuehelp wanted

Repository metrics

Stars
 (740 stars)
PR merge metrics
 (Avg merge 9d 10h) (47 merged PRs in 30d)

Description

Either of these:

use the engine https://github.com/DavidAnson/markdownlint, which is based on https://github.com/markdownlint/markdownlint but seems more actively maintained.

Replacing our existing implementation with one of them will allow to access useful behaviour such as ignoring rules.

To fix this issue:

  • replace one with the other
  • validate that the doc repo still passes the tests
  • make sure #7906 is addressed

Contributor guide