Closed epneo-sebastianbaier closed 3 months ago
MD013 is not in the referenced list of rules that are automatically fixed.
Thx, I thought so and it was just a misunderstanding, because both lists (automatic fixable and not) are above the text:
All of a document's violations of the above rules can be fixed automatically.
I'll try to make this more clear in the documentation.
Hi,
because of the issue #105 and your recommendation there:
I'm now moving from
mdl
formarkdownlint-cli
for our pre-commit hooks. However, it seems the violations of MD013 line-length are not fixed automatically by the VSCode extension if used as formatter. Shouldn't this be automatically fixed, as written on the VSCode extension page?If I disable MD013 in my
.markdownlint.jsonc
it is no longer reported by the VSCode extension and the pre-commit is also not throwing an error, but if enabled both are recognizing the MD013 violation. So the configuration file is detected correctly by the VSCode extension andmarkdownlint-cli
.Greetings Sebastian