mdformat
mdformat copied to clipboard
CommonMark compliant Markdown formatter
The documentation declares a list of packages that should be installed to enable full GitHub-flavored support. However, the list does not include the `mdformat-gfm-alerts` packages that adds support to alerts,...
### Context There are a number of issues and open PRs to extend mdformat's configurablability for various use cases: #318, #381, #391, #412, #400, #438, #437, #432, #431, https://github.com/executablebooks/mdformat/issues/359#issuecomment-1255040071, #428,...
### Context I am trying to use markdown lint and mdformat together. I was wondering if there was generally a way to make these two tools play better (e.g. share...
### Context Square brackets escape has been relaxed in #112 and in #464. However, for my use case (Gitlab flavored markdown) it still falls short because it screws the automatic...
Hello, First of all, thank you for developing this magnificent tool. It has proven very useful for me, and I am in the process of encouraging my colleagues to use...
### Describe the bug **context** When I format a file via mdformat.file and pass the check option. **expectation** I expect the call to error-out if the file is not formatted...
### Context #451 introduced the `--exclude` option to specify which files to exclude from formatting using globs. This is an essential feature for anyone that uses things like submodules, vendors...
Provide context about how to configure consecutive numbering for ordered lists. Closes #526
### Context The [documentation about ordered lists](https://mdformat.readthedocs.io/en/stable/users/style.html#ordered-lists) says "Mdformat allows consecutive numbering via configuration". However I didn't see any information in the docs about this. Can you please provide more...