1# https://github.com/DavidAnson/markdownlint 2 3# MD013/line-length Line length 4MD013: false 5 6# MD025/single-title/single-h1 Multiple top-level headings in the same document 7MD025: false 8 9# MD033/no-inline-html Inline HTML 10MD033: false 11 12# MD040/fenced-code-language Fenced code blocks should have a language specified 13MD040: false 14