🍺 BREW Explorer

← all formulae

rumdl

brew install rumdl v0.2.20 MIT

Markdown Linter and Formatter written in Rust

1.5k
30-day installs · #1112
4.2k
90-day · #1186
9.3k
365-day · #1475
1.3k
★ GitHub stars · updated 2mo ago

Build dependencies

GitHub topics

cli developer-tools formatter linter markdown rust

Links

Raw metadata
{
  "aliases": [],
  "alternatives": [],
  "build_dependencies": [
    "rust"
  ],
  "categories": [],
  "caveats": null,
  "conflicts_with": [],
  "dependencies": [],
  "deprecated": 0,
  "deprecation_reason": null,
  "desc": "Markdown Linter and Formatter written in Rust",
  "disable_reason": null,
  "disabled": 0,
  "enrichment_fetched_at": "2026-06-20T23:41:20+00:00",
  "first_seen": "2026-06-20T23:34:18+00:00",
  "full_name": "rumdl",
  "github_default_branch": "main",
  "github_last_commit_at": "2026-06-19T17:02:22Z",
  "github_readme_excerpt": "# rumdl - A high-performance Markdown linter, written in Rust\n\n\u003cdiv align=\"center\"\u003e\n\n![rumdl Logo](https://raw.githubusercontent.com/rvben/rumdl/main/assets/logo.png)\n\n[![Build Status](https://img.shields.io/github/actions/workflow/status/rvben/rumdl/ci.yml)](https://github.com/rvben/rumdl/actions)\n[![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://opensource.org/licenses/MIT)\n[![Crates.io](https://img.shields.io/crates/v/rumdl)](https://crates.io/crates/rumdl)\n[![PyPI](https://img.shields.io/pypi/v/rumdl)](https://pypi.org/project/rumdl/)\n[![GitHub release (latest by date)](https://img.shields.io/github/v/release/rvben/rumdl)](https://github.com/rvben/rumdl/releases/latest)\n[![GitHub stars](https://img.shields.io/github/stars/rvben/rumdl)](https://github.com/rvben/rumdl/stargazers)\n[![Discord](https://img.shields.io/badge/Discord-Join%20us-5865F2?logo=discord\u0026logoColor=white)](https://discord.gg/ADTJFSFUyn)\n[![Sponsor](https://img.shields.io/badge/Sponsor-%E2%9D%A4-pink?logo=github-sponsors)](https://github.com/sponsors/rvben)\n\n## A modern Markdown linter and formatter, built for speed with Rust\n\n| [**Docs**](https://rumdl.dev)\n| [**Rules**](https://rumdl.dev/rules)\n| [**Configuration**](https://rumdl.dev/global-settings)\n| [**Markdown Flavors**](https://rumdl.dev/flavors)\n| [**vs markdownlint**](https://rumdl.dev/markdownlint-comparison) |\n\n\u003c/div\u003e\n\n## Quick Start\n\n```bash\n# Install using Cargo\ncargo install rumdl\n\n# Lint Markdown files in the current directory\nrumdl check .\n\n# Format files (exits 0 on success, even if unfixable violations remain)\nrumdl fmt .\n\n# Auto-fix and report unfixable violations (exits 0 if all fixed, 1 if violations remain)\nrumdl check --fix .\n\n# Create a default configuration file\nrumdl init\n```\n\n## Overview\n\nrumdl is a high-performance Markdown linter and formatter that helps ensure consistency and best practices in your Markdown files. Inspired by [ruff](https://github.com/astral-sh/ruff) \u0027s approach to\nPython",
  "github_repo": "rvben/rumdl",
  "github_stars": 1278,
  "github_topics": [
    "cli",
    "developer-tools",
    "formatter",
    "linter",
    "markdown",
    "rust"
  ],
  "homepage": "https://github.com/rvben/rumdl",
  "homepage_og_description": null,
  "homepage_og_image": null,
  "homepage_title": null,
  "installs_30d": 1488,
  "installs_365d": 9329,
  "installs_90d": 4203,
  "keg_only": 0,
  "keg_only_reason": null,
  "last_seen": "2026-06-20T23:34:18+00:00",
  "license": "MIT",
  "llm_generated_at": null,
  "llm_model": null,
  "name": "rumdl",
  "oldnames": [],
  "one_liner": null,
  "optional_dependencies": [],
  "rank_30d": 1112,
  "rank_365d": 1475,
  "rank_90d": 1186,
  "raw_hash": "46f8bd8e94b3fa89",
  "recommended_dependencies": [],
  "revision": 0,
  "ruby_source_path": "Formula/r/rumdl.rb",
  "tap": "homebrew/core",
  "test_dependencies": [],
  "uses_from_macos": [],
  "version_head": null,
  "version_stable": "0.2.20",
  "versioned_formulae": [],
  "why_use_this": null
}