@echo off REM Markdown lint helper — runs the same engine as the VSCode markdownlint extension. REM Usage: REM scripts\mdlint.cmd check all md files (respects .markdownlint.json) REM scripts\mdlint.cmd --fix auto-fix mechanical issues, then report the rest W: cd \python\japanese npx -y markdownlint-cli %* "**/*.md"