mdformat
mdformat copied to clipboard
CommonMark compliant Markdown formatter
### Describe the bug **context** I was adding badges in [this PR](https://github.com/cp2k/cp2k/pull/3367), and the project's pre-commit (which uses `mdformat`, don't know which version) was suggesting a change like: ```patch -...
### Context I'm evaluating mdformat in one of my projects (actually my MkDocs-based website). It's super useful already, but obviously there are some incompatibilities between the parser used by mdformat...
### Describe the bug **context** When I format files, I get output lines that sometimes start with "Failed", sometimes "Warning:", and sometimes "error:". It can be a bit confusing. **expectation**...
### Context Consoles within IDEs (or even in regular shell sessions) very often support the syntax `filename:lineno:` and allow clicking on such strings to open the corresponding file, at the...
### Context Follow-up of #263. Now that config files are supported, I'd like to be able to specify a different path for the config file. The reason is that I...
### Context I want to format a bunch of markdown files, but I don't want to apply all the rules, just one important rule. For example, I have this in...
### Context I really like the possibility to remove formatting considerations from my developers minds. Mdformat is a great tool to add for this endevour. My use case is running...
Add link to a new plugin for [`mdformat-gfm-alerts`](https://github.com/KyleKing/mdformat-gfm-alerts)
### Context When reformatting indented code blocks, I'd like to have an option to set the default language added to the fenced code block that mdformat creates. I habe a...