TTD Remark Lint

Abstract

Markdown Code Style Linter For CommonMark.

Based on: remark-lint and zemanlx/remark-lint.

Usage

Run remark-lint from in your docs directory:

docker run --rm -i -v $PWD:/lint/input:ro testthedocs/ttd-remark .

Default configuration:

plugins:
  preset-lint-consistent:
  preset-lint-markdown-style-guide:
  preset-lint-recommended:
  validate-links:

Source Code

The code of ttd-mdlint is located on GitHub.