Make pre-commit auto format markdown lint failures
Open
improvement
- Dominant language
- Java
- Stars
- 2.4k
- Forks
- 784
- Avg merge
- 1d 12h
- Merged PRs (30d)
- 58
Description
After setting up pre-commit and writing a new markdown page, I got a few markdown lint errors. Unlike making changes in python, these errors weren't automatically fixed, so I had to update them manually. We should make it so it's autoformatted, similar to how it's done in Python and Java.
```
run markdownlint.........................................................Failed
- hook id: markdownlint
- exit code: 1
```
Contributor guide
Assessment
This issue has not been assessed yet.