diff --git a/.markdown-lint.yml b/.markdown-lint.yml new file mode 100644 index 0000000000..cf545ea742 --- /dev/null +++ b/.markdown-lint.yml @@ -0,0 +1,5 @@ +default: true +MD013: false # line length +MD024: # no-duplicate-heading Multiple headings with the same content + siblings_only: true +MD033: false # no inline HTML \ No newline at end of file