You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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 ismarkdownlint-disable: MD010
The text was updated successfully, but these errors were encountered: