Closed rwlodarczyk-xealth closed 4 months ago
Is it the correct understanding that if the plugins are installed mdformat
will automatically use them?
Is it the correct understanding that if the plugins are installed
mdformat
will automatically use them?
Indeed, verified.
Context
While the pre-commit hook allows additional dependencies to be utilized, it would be beneficial to allow additional dependencies/plugins to be configured through the
.mdformat.toml
. This would allow for standalone execution ofmdformat
without having to invokepre-commit run --all-files
.Proposal
Add a section to
.mdformat.toml
for [plugins] similar to that of the additional_dependencies in the pre-commit config.Tasks and updates
No response