JUnit XML output formatter for markdownlint-cli2 (v0.0.14). Converts lint results to JUnit XML format for integration with CI/CD pipelines and test reporting tools. Only includes errors (not warnings) due to JUnit limitations. Compatible with markdownlint-cli2 >=0.0.4. Stable, low-maintenance package from the same author as markdownlint-cli2.
npm install markdownlint-cli2-formatter-junitNo compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Configure the JUnit formatter with a custom output filename and run markdownlint-cli2 from the command line.
Ensure linting rules are set to error severity for issues you want in the JUnit report.
Use exactly: { 'name': 'filename.xml' }.No fix needed; package is stable but may not get feature updates.
Manually post-process or accept that zero-failure runs produce empty testsuites element.
Run 'npm install --save-dev markdownlint-cli2-formatter-junit'
Change options to { 'name': 'filename.xml' }Set markdownlint rules to 'error' severity for desired issues