#markdownlint
markdownlint-cli 0.47.0-1 any Command-line interface for MarkdownLint

Interest | Match | Feed
Origin
archlinux.org
December 13, 2025 at 5:19 PM
Updated: markdownlint-cli v0.47.0, #Markdown #linting CLI for #NodeJS

- Add output and exit code support for warnings
- Update `markdownlint` dependency to `0.40.0`
- Improve `MD011`/`MD013`/`MD051`/`MD060`
- Update all dependencies via `Dependabot`

github.com/igorshubovyc...
December 12, 2025 at 5:34 PM
Updated: markdownlint v0.40.0, #Markdown #linting library for #NodeJS

- Improve MD011/MD013/MD051/MD060
- Update dependencies

github.com/DavidAnson/m...
December 9, 2025 at 5:27 PM
Updated: markdownlint v0.40.0, #Markdown #linting library for #NodeJS

- Improve MD011/MD013/MD051/MD060
- Update dependencies

github.com/DavidAnson/m...
December 5, 2025 at 5:46 PM
How I keep markdown consistently formatted in repos:
1) MarkdownLint extension for VS Code (in extensions.json/devcontainer.json)
2) MarkdownLint action for GitHub workflows

All from David Anson:
https://github.com/DavidAnson
November 26, 2025 at 6:47 PM
How I keep markdown consistently formatted in repos:
1) David Anson's MarkdownLint extension for VS Code (in extensions.json/devcontainer.json)
2) David Anson's MarkdownLint action for GitHub workflows
3) Config file for rules

Check out all his markdownlint utils here:
https://github.com/DavidAnson
November 26, 2025 at 6:47 PM
markdownlint 0.15.0-1 any A lint tool to check markdown files and flag style issues

Interest | Match | Feed
Origin
archlinux.org
November 26, 2025 at 7:31 AM
markdownlint 0.15.0-1 any A lint tool to check markdown files and flag style issues

#Extra #any

Origin | Interest | Match
Arch Linux - markdownlint 0.15.0-1 (any)
archlinux.org
November 26, 2025 at 7:32 AM
markdownlint-cli 0.46.0-1 any Command-line interface for MarkdownLint

Interest | Match | Feed
Origin
archlinux.org
November 23, 2025 at 9:57 AM
markdownlint-cli 0.46.0-1 any Command-line interface for MarkdownLint

Interest | Match | Feed
Origin
archlinux.org
November 23, 2025 at 9:57 AM
Updated: markdownlint-cli v0.46.0, #Markdown #linting CLI for #NodeJS

- Replace `glob` dependency with `tinyglobby`
- Update `markdownlint` to 0.39.0
- Add `MD060`/`table-column-style`
- Improve `MD001`/`MD007`/`MD009`/`MD010`/`MD029`/`MD033`/`MD037`/`MD059`

github.com/igorshubovyc...
November 20, 2025 at 5:18 PM
Updated: markdownlint-cli2-action #Markdown #linting #GitHub #Action to v21

- Update markdownlint version (markdownlint-cli2 v0.19.0, markdownlint v0.39.0).

github.com/marketplace/...
November 17, 2025 at 5:24 PM
Updated: markdownlint-cli2 v0.19.0, #Markdown #linting CLI for #NodeJS

- Add `--format` parameter for editor integration
- Update output formatters for severity `warning`
- Explicitly version Docker containers for `pre-commit`
- Update dependencies

github.com/DavidAnson/m...
November 14, 2025 at 5:47 PM
How I did to refactor my #Docusaurus blog using #Docker to setup a fast production image and a development one (using #VScode #DevContainer), enabling an editable environment with pre-loaded extensions and tools like #LanguageTool for content quality checks, #cspell or #markdownlint.
Running Docusaurus using Docker | Christophe Avonture
Streamline Docusaurus blog development! Build a single Docker image for production and use VS Code Dev Containers for consistent, fast, and isolated editing.
www.avonture.be
November 11, 2025 at 1:57 PM
I just starred igorshubovych/markdownlint-cli on GitHub: https://github.com/igorshubovych/markdownlint-cli
igorshubovych/markdownlint-cli
⭐ 965 stars • JavaScript MarkdownLint Command Line Interface
github.com
November 9, 2025 at 1:44 AM
RumdlはRustで構築された高速なMarkdownリンター兼フォーマッターで、既存のmarkdownlintの設定も取り込めるらしく、Markdownファイルの品質維持に役立ちそう。

yug1224 starred rvben/rumdl
https://github.com/rvben/rumdl
GitHub - rvben/rumdl: A Markdown Linter and Formatter written in Rust
github.com
October 18, 2025 at 3:48 PM
Updated: markdownlint v0.39.0, #Markdown #linting library for #NodeJS

- Add MD060/table-column-style
- Improve MD001/MD007/MD009/MD010/MD029/MD033/MD037/MD059
- Add support for reporting violations as warnings
- Deprecate resultVersion and toString (breaking change)

github.com/DavidAnson/m...
October 15, 2025 at 4:43 PM
Keep your docs consistent with automation + linters. New lesson in our Docs as Code Fundamentals course: how tools like Vale, markdownlint, lychee, axe-core, DocsKit + EkLine help you catch issues early + save time.

👉 docskit.link/gej2jhű

#platformOS #DocsAsCode #DocsKit #EkLine
September 9, 2025 at 8:39 PM
Nice! I used to use markdownlint with markdownlint-cli for pre-commit which functionally was near identical, but they were slower and heavier Node.js tools. rumdl has worked well for me as a drop in replacement.
August 20, 2025 at 6:23 PM
Hi @brianokken.bsky.social / @mkennedy.codes - I don't think you covered this tool on Python Bytes yet... github.com/rvben/rumdl is a markdown linter written in Rust but with a PyPi package wrapper. Supports uv install, pre-commit, pyproject.toml and implements most markdownlint rules. #python #rust
GitHub - rvben/rumdl: A Markdown Linter written in Rust
A Markdown Linter written in Rust. Contribute to rvben/rumdl development by creating an account on GitHub.
github.com
July 27, 2025 at 5:27 AM
i'm cooked, i'm writing markdownlint rules for the evidence document
June 22, 2025 at 3:06 AM
Updated: markdownlint #VSCode #Markdown #linting extension to v0.60.0

- Updated `markdownlint` dependency to `0.38.0`
- Add `MD059`/`descriptive-link-text`
- Improve `MD025`/`MD027`/`MD036`/`MD038`/`MD041`/`MD043`/`MD045`/`MD051`/`MD052`

marketplace.visualstudio.com/items?itemNa...
May 28, 2025 at 4:09 PM
Updated: markdownlint-cli v0.45.0, #Markdown #linting CLI for #NodeJS

- Update `markdownlint` to `0.38.0`
- Add `MD059`/`descriptive-link-text`
- Improve `MD025`/`MD027`/`MD036`/`MD038`/`MD041`/`MD043`/`MD045`/`MD051`/`MD052`
- Remove support for EOL Node 18

github.com/igorshubovyc...
May 19, 2025 at 4:54 PM
Still searching for the ideal Markdown linter/formatter in VSCode. Right now it’s a clunky dance between Markdownlint and Prettier. Meanwhile, Obsidian’s Linter plugin (platers.github.io/obsidian-lin...) gets all the little things right—almost too customizable, but really solid.
May 18, 2025 at 8:34 AM