DavidAnson / markdownlint

A Node.js style checker and lint tool for Markdown/CommonMark files.
MIT License
4.72k stars 716 forks source link

Diabling rules from the front matter? #1250

Closed PaulWalkerUK closed 3 months ago

PaulWalkerUK commented 3 months ago

I can put <!-- markdownlint-disable MD010 --> in a file to disable to rule, and I realise that since it's a HTML comment it won't be rendered, but is it possible to put something in the front matter that will achieve the same? If I try put this in the front matter section, it is ignored, as is markdownlint-disable: MD010

DavidAnson commented 3 months ago

This is not supported.

PaulWalkerUK commented 3 months ago

No problem, thanks