Skip to content

Add markdownlint-cli2 support, fix rule violations and more

Javier Pérez requested to merge (removed):walpo/markdownlint into master

Changelog

The format is based on Keep a Changelog.

Added

  • Improve support for the markdownlint-cli2 tool for integration in CI pipelines.

Changed

  • Move the rules in .markdownlint.json and .markdownlintignore.json to .markdownlint-cli2.jsonc.
  • Enable the single-h1 lint rule.
  • Disable the no-bare-urls lint rule.

Fixed

  • Fix violations of markdownlint rules.
Edited by Javier Pérez

Merge request reports