An output formatter for markdownlint-cli2 that allows custom formatting of linting results using a template string with tokens. This package is at version 0.0.4 and has no release cadence specified. It is one of several formatters available for markdownlint-cli2, and provides flexibility to generate custom output formats like GitHub Actions workflow commands or Azure Pipelines LogIssue format. It requires markdownlint-cli2 >=0.0.4 as a peer dependency.
npm install markdownlint-cli2-formatter-templateNo compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Configures markdownlint-cli2 to use this formatter with a GitHub Actions workflow command template.
Avoid nested templates; use flat token references.
Use `${token!fallback}` to provide a default value.Ensure markdownlint-cli2 is installed: npm install markdownlint-cli2 --save-dev
Run npm install markdownlint-cli2-formatter-template --save-dev
Ensure tokens use `${token}` or `${token:text if present}`/`${token!text if not present}` without nesting.