markdownlint-cli2
markdownlint-cli2 copied to clipboard
A fast, flexible, configuration-based command-line interface for linting Markdown/CommonMark files with the markdownlint library
Hi David, it might be interesting to add the homebrew distribution channel of the binaries so people could easily install it via `brew install markdownlint-cli2` command. Kind regards
I use this great project (Thank You!) on https://github.com/enola-dev/enola, via https://github.com/DavidAnson/vscode-markdownlint and (more importantly) through https://github.com/DavidAnson/markdownlint-cli2#pre-commit for https://pre-commit.com. I currently use the https://github.com/DavidAnson/markdownlint-cli2#markdownlintyaml-or-markdownlintyml way to configure it, with [a `.markdownlint.yaml`...
`.markdownlint.js` should be supported and its file type (cjs/esm) should be based on current `package.json`. This is a problem because I need to extra declare `.markdownlint.mjs` / `.markdownlint.cjs` in eslint...
This is bascially a followup of #216 . I have the `.markdownlint-cli2.yaml` ```yaml noProgress: false # Fix any fixable errors fix: true outputFormatters: - - markdownlint-cli2-formatter-pretty - appendLink: true #-...
Ran a big codebase of markdown through the linter, and found an edge case that results in the parser crashing and unable to process the remainder of the files for...
The default colors don't work too well in GitLab CI job logs https://gitlab.com/components/markdownlint/-/jobs/6830839750 Let's add support for configuring the colors using params.
Hey there, trying to use codeblocks in list bodies: ```md 1. Install the latest version of rust: 2. Clone the repository: \```sh git clone --depth 1 https://github.com/qb-rs/qb cd qb \```...
I'm trying to migrate to `cli2`, but seems `.gitignore` processing somehow different from in `cli`: `cli2` just stuck if I set `gitignore: true` in `.markdownlint-cli2.yaml` :( The `npx markdownlint-cli --ignore-path=.gitignore`...
Thanks for this amazing project :heart: When I was using https://github.com/DavidAnson/markdownlint I could create the `$HOME/.markdownlintrc` and configure some default options. After reading the documentation, I didn't figure out how...
Fixes #437