I'm trying to write a "build script" for markdown, mostly markdown that will...
I'm trying to write a "build script" for markdown, mostly markdown that will stay markdown (/docs folder) only occasionally be HTML (as README.md and the front page of the pypi page).
mdformat - easy.
Syntax check - easy.
markdown lint - easy.
URL link check - easy.
Spellcheck - billions of false positives
Style check - OMG, trillions of false positives
Truly, having davinci clean it up and displaying it in a visual diff tool would be better than these moronic style checkers.
Self-replies
(I guess I could use it for my mastodon account, download all my tweets, style check them and edit them all, Mastodon clients do appear to expect/understand a sort of markdown)