mdformat icon indicating copy to clipboard operation
mdformat copied to clipboard

CommonMark compliant Markdown formatter

Results 84 mdformat issues
Sort by recently updated
recently updated
newest added

### 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 -...

bug

### 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...

enhancement

### 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**...

enhancement

### 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...

enhancement

### 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...

enhancement

### 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...

enhancement

### 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...

enhancement

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...

enhancement