Nifty.
Looks like rumdl support for Markdown linting has just been added to Vim's ALE plugin.
https://github.com/dense-analysis/ale/commit/c59c0d1a573a7b2fe491f78af4f2033bde454753
Nice to see some support for #MarkDown LSPs(e.g. rumdl) being built into the app.
While I still need to drop down to a CLI to perform a line-by-line review of proposed changes, as long as I trust my #rumdl config, I can now easily re-format my .md files within the GUI.
Thanks for your work! I appreciate it.
Nifty.
Looks like rumdl support for Markdown linting has just been added to Vim's ALE plugin.
https://github.com/dense-analysis/ale/commit/c59c0d1a573a7b2fe491f78af4f2033bde454753
#rumdl 0.1.16 (rust based markdown linter and formatter, replacing markdownlint-cli2) now has a option to reflow markdown based on the semantic line break convention: https://sembr.org/
Beginning to really appreciate the #rumdl project in helping me lint my Markdown and get some consistency in the formatting of the gazillion notes I've created for myself.
Like #ruff and sphinx-lint, it's becoming a common part of my toolbox to keep my sloppiness in check and, perhaps, teach me some better formatting habits.