Hacker News new | ask | show | jobs
by zdw 2138 days ago
This looks great, as extended commonmark support knocks down the last major pain point to switching to Sphinx for docs in the projects I've worked on.

The only remaining tooling gap is a markdown linter implemented in python.

1 comments

Why a python linter? Text editors are usually language agnostic and separate from other tooling.
If the rest of the documentation workflow is in python, it would remove the need to install another entirely separate scripting language runtime to do those checks on every developer laptop, CI system, etc.