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

Fixes https://github.com/hukkin/mdformat/issues/531

Support for formatting stdin was implemented in #5, but it's not obvious that this is supported from `--help`.

### Context Similar to [this ticket](https://github.com/astral-sh/ruff/issues/2633) and [this one](https://github.com/astral-sh/ruff/issues/8191) filed for the ruff formatter, it would be valuable to apply changes and return `1` . Currently we can only choose...

enhancement

### Context For sql code blocks in markdown files. Maybe [sqruff](https://github.com/quarylabs/sqruff)? ### Proposal Plugin: https://mdformat.readthedocs.io/en/stable/users/plugins.html#existing-plugins

enhancement