markdownlint
Linters
markdownlint
Adds a managed markdownlint ignore section for vendored docs.- Detected From
- .markdownlintignore, .markdownlint.*, or a markdownlint dependency.
- Writes
- .markdownlintignore with a managed vendor/ entry.
- Visibility
- Vendored Markdown remains readable but stops generating style diagnostics.
When To Use It
Use this when upstream README files and generated docs should not control local doc style.
Workflow
Run ingraft doctor to inspect the current status, then run
ingraft refresh after adding or updating vendored source. Refresh only
writes supported files when the tool is actually detected in the repository.