What is Vale?
v3Vale is a fast, cross-platform (Windows, macOS, and Linux) command-line tool designed to bring code-like linting to prose. It allows you to enforce specific editorial style guides or custom in-house rules.
Key capabilities include:
- Markup Support: Understands formats like Markdown, AsciiDoc, reStructuredText, HTML, XML, and Org to avoid syntax-related false positives and intelligently exclude code snippets from prose rules.
- Extensibility: Highly customizable via a YAML-based extension system.
- Standalone: Distributed as easy-to-install binaries that do not require external runtimes like Python or Node.js.