knowledge-base/.markdownlint.json
Aaron Honeycutt 782cc089a1
Some checks failed
Markdown Validation / amd64 (pull_request) Failing after 43s
test CI
2026-02-24 17:22:22 -07:00

8 lines
340 B
JSON
Raw Permalink Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

{
"default": true,
// Example customisations adjust or delete as needed
"MD013": { "line_length": 120 }, // max line length (set higher if you prefer)
"MD041": false, // allow first line not to be a toplevel heading
"MD033": false // allow inline HTML (useful for Gollum embeds)
}